File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
- {user: Alexander-Barth, repo: TIFFDatasets.jl}
27
27
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- uses : julia-actions/setup-julia@v1
31
31
with :
32
32
version : ${{ matrix.julia-version }}
33
33
arch : x64
34
34
- uses : julia-actions/julia-buildpkg@latest
35
35
- name : Clone Downstream
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
with :
38
38
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
39
39
path : downstream
Original file line number Diff line number Diff line change 17
17
arch :
18
18
- x64
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- uses : julia-actions/setup-julia@v1
22
22
with :
23
23
version : ${{ matrix.version }}
46
46
name : Documentation
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
- uses : julia-actions/setup-julia@v1
51
51
with :
52
52
version : ' 1'
You can’t perform that action at this time.
0 commit comments