We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d98e0 commit 5d674eeCopy full SHA for 5d674ee
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
- x64
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
30
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ubuntu-latest
52
53
54
55
56
version: '1'
57
- run: |
.github/workflows/CompatHelper.yml
@@ -15,7 +15,7 @@ jobs:
15
run: which julia
16
continue-on-error: true
17
- name: Install Julia, but only if it is not already available in the PATH
18
- uses: julia-actions/setup-julia@v1
+ uses: julia-actions/setup-julia@v2
19
20
21
arch: ${{ runner.arch }}
0 commit comments