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.
1 parent a5217e8 commit a50fb53Copy full SHA for a50fb53
.github/workflows/CI.yml
@@ -20,7 +20,7 @@ jobs:
20
- x64
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
24
with:
25
version: ${{ matrix.version }}
26
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
version: '1'
0 commit comments