We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f9c990 + 231c58f commit 292f660Copy full SHA for 292f660
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
- x64
22
steps:
23
- uses: actions/checkout@v4
24
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
25
with:
26
version: ${{ matrix.version }}
27
arch: ${{ matrix.arch }}
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
50
51
52
53
version: '1'
54
- run: |
.github/workflows/Invalidations.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.base_ref == github.event.repository.default_branch
17
18
19
20
0 commit comments