We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb9a6ba + f7e1711 commit 26569b9Copy full SHA for 26569b9
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
- x64
25
steps:
26
- uses: actions/checkout@v4
27
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
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