We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd407e9 commit c52d8a8Copy full SHA for c52d8a8
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
arch: x86
29
steps:
30
- uses: actions/checkout@v4
31
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
32
with:
33
version: ${{ matrix.version }}
34
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