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 fc0b285 commit d90d7e7Copy full SHA for d90d7e7
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
arch: x86
32
steps:
33
- uses: actions/checkout@v2
34
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
35
with:
36
version: ${{ matrix.version }}
37
arch: ${{ matrix.arch }}
.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
version: '1'
21
arch: ${{ runner.arch }}
0 commit comments