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 2ce8c11 + 7b44738 commit d5e9357Copy full SHA for d5e9357
2 files changed
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
- x64
25
steps:
26
- uses: actions/checkout@v6
27
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
28
with:
29
version: ${{ matrix.version }}
30
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