File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
arch :
23
23
- x64
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
- uses : julia-actions/setup-julia@v2
27
27
with :
28
28
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
- {user: JuliaDataCubes, repo: EarthDataLab.jl}
25
25
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- uses : julia-actions/setup-julia@v2
29
29
with :
30
30
version : ${{ matrix.julia-version }}
31
31
arch : x64
32
32
- uses : julia-actions/julia-buildpkg@latest
33
33
- name : Clone Downstream
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v4
35
35
with :
36
36
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
37
37
path : downstream
Original file line number Diff line number Diff line change 7
7
Benchmark :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
- uses : julia-actions/setup-julia@latest
12
12
with :
13
13
version : 1
You can’t perform that action at this time.
0 commit comments