File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
- os : windows-latest
40
40
version : 1.11
41
41
steps :
42
- - uses : actions/checkout@v3.5.0
43
- - uses : julia-actions/setup-julia@v1
42
+ - uses : actions/checkout@v4
43
+ - uses : julia-actions/setup-julia@v2
44
44
with :
45
45
version : ${{ matrix.version }}
46
46
arch : ${{ matrix.arch }}
47
- - uses : actions/cache@v2
47
+ - uses : actions/cache@v4
48
48
env :
49
49
cache-name : cache-artifacts
50
50
with :
Original file line number Diff line number Diff line change 15
15
run : which julia
16
16
continue-on-error : true
17
17
- name : Install Julia, but only if it is not already available in the PATH
18
- uses : julia-actions/setup-julia@v1
18
+ uses : julia-actions/setup-julia@v2
19
19
with :
20
20
version : ' 1'
21
21
# arch: ${{ runner.arch }}
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
if : github.base_ref == github.event.repository.default_branch
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : julia-actions/setup-julia@v1
19
+ - uses : julia-actions/setup-julia@v2
20
20
with :
21
21
version : ' 1'
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : julia-actions/julia-buildpkg@v1
24
24
- uses : julia-actions/julia-invalidations@v1
25
25
id : invs_pr
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
ref : ${{ github.event.repository.default_branch }}
30
30
- uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
arch :
27
27
- x64
28
28
steps :
29
- - uses : actions/checkout@v3.5.0
30
- - uses : julia-actions/setup-julia@v1
29
+ - uses : actions/checkout@v4
30
+ - uses : julia-actions/setup-julia@v2
31
31
with :
32
32
version : ${{ matrix.version }}
33
33
arch : ${{ matrix.arch }}
34
- - uses : actions/cache@v2
34
+ - uses : actions/cache@v4
35
35
env :
36
36
cache-name : cache-artifacts
37
37
with :
You can’t perform that action at this time.
0 commit comments