We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c0bff + 72340c4 commit 23793aeCopy full SHA for 23793ae
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
- x64
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
35
with:
36
version: ${{ matrix.version }}
37
arch: ${{ matrix.arch }}
.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
version: '1'
22
0 commit comments