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