We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ccb893 + e808c2d commit 652f815Copy full SHA for 652f815
1 file changed
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
- x64
29
steps:
30
- uses: actions/checkout@v6
31
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
32
with:
33
version: ${{ matrix.version }}
34
arch: ${{ matrix.arch }}
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
46
47
48
49
version: "1"
50
- uses: julia-actions/cache@v2
0 commit comments