We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ce2f2 commit b6cb116Copy full SHA for b6cb116
.github/workflows/CI.yml
@@ -33,7 +33,7 @@ jobs:
33
downgrade: true
34
steps:
35
- uses: actions/checkout@v4
36
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
37
with:
38
version: ${{ matrix.version }}
39
arch: ${{ matrix.arch }}
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
version: '1'
68
- uses: julia-actions/cache@v1
.github/workflows/Invalidations.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.base_ref == github.event.repository.default_branch
17
runs-on: ubuntu-latest
18
19
20
21
22
0 commit comments