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 c212b55 commit efd2b5eCopy full SHA for efd2b5e
.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
with:
20
version: '1'
21
arch: ${{ runner.arch }}
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- x64
50
steps:
51
- uses: actions/checkout@v4
52
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
53
54
version: ${{ matrix.version }}
55
arch: ${{ matrix.arch }}
0 commit comments