We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f62acd + 5fe77be commit a5fa204Copy full SHA for a5fa204
2 files changed
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
- x64
26
steps:
27
- uses: actions/checkout@v6
28
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
@@ -44,7 +44,7 @@ jobs:
44
contents: read
45
46
47
48
49
version: '1'
50
- uses: julia-actions/cache@v3
.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
20
21
arch: ${{ runner.arch }}
0 commit comments