We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80c458 commit c377e22Copy full SHA for c377e22
2 files changed
.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@v2
+ uses: julia-actions/setup-julia@v3
19
with:
20
version: '1'
21
arch: ${{ runner.arch }}
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Do tests
36
- uses: actions/checkout@v6
37
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
38
39
version: ${{ matrix.version }}
40
arch: ${{ matrix.arch }}
0 commit comments