We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76ae9c commit 37de351Copy full SHA for 37de351
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
- x64
25
steps:
26
- uses: actions/checkout@v4
27
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
28
with:
29
version: ${{ matrix.version }}
30
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