Skip to content

Commit 66a6ee6

Browse files
committed
.
1 parent e063c96 commit 66a6ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Setup Julia
41-
uses: julia-actions/setup-julia@latest
41+
uses: julia-actions/setup-julia@v1
4242
with:
4343
version: '1.8'
4444

4545
- name: Cache Julia artifacts and packages
46-
uses: julia-actions/cache@latest
46+
uses: julia-actions/cache@v1
4747

4848
- name: Build package
49-
uses: julia-actions/julia-buildpkg@latest
49+
uses: julia-actions/julia-buildpkg@v1
5050

5151
- name: Run Unit Tests
5252
env:

0 commit comments

Comments
 (0)