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.
1 parent 42b1554 commit 1907196Copy full SHA for 1907196
.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
steps:
19
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
20
with:
21
version: '1'
22
- uses: actions/checkout@v4
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- x64
27
28
29
30
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
- run: |
0 commit comments