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 5b03a11 commit 07ae1c8Copy full SHA for 07ae1c8
.github/workflows/CompatHelper.yml
@@ -18,7 +18,7 @@ jobs:
18
run: which julia
19
continue-on-error: true
20
- name: Install Julia, but only if it is not already available in the PATH
21
- uses: julia-actions/setup-julia@v1
+ uses: julia-actions/setup-julia@v2
22
with:
23
version: '1'
24
arch: ${{ runner.arch }}
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
67
68
# install Julia
69
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
70
71
version: ${{ matrix.version }}
72
arch: ${{ matrix.arch }}
0 commit comments