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 b0fb468 commit 793d42eCopy full SHA for 793d42e
.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/UnitTest.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: "Set up Julia"
29
- uses: julia-actions/setup-julia@v1
+ uses: julia-actions/setup-julia@v2
30
31
version: ${{ matrix.julia-version }}
32
arch: ${{ matrix.julia-arch }}
0 commit comments