File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
- {user: SciML, repo: OperatorLearning.jl, group: All}
31
31
if : contains(github.event.pull_request.labels.*.name, 'run downstream test')
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
- uses : julia-actions/setup-julia@v1
35
35
with :
36
36
version : ${{ matrix.julia-version }}
37
37
arch : x64
38
38
- uses : julia-actions/julia-buildpkg@latest
39
39
- name : Clone Downstream
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
with :
42
42
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
43
43
path : downstream
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
version : ' 1'
33
33
arch : x64
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
- uses : julia-actions/setup-julia@v1
37
37
with :
38
38
version : ${{ matrix.version }}
39
39
arch : ${{ matrix.arch }}
40
- - uses : actions/cache@v1
40
+ - uses : actions/cache@v3
41
41
env :
42
42
cache-name : cache-artifacts
43
43
with :
59
59
if : contains(fromJson('["1", "1.6"]'), matrix.version) && matrix.os == 'ubuntu-latest'
60
60
- uses : julia-actions/julia-processcoverage@v1
61
61
if : contains(fromJson('["1", "1.6"]'), matrix.version) && matrix.os == 'ubuntu-latest'
62
- - uses : codecov/codecov-action@v2
62
+ - uses : codecov/codecov-action@v3
63
63
if : contains(fromJson('["1", "1.6"]'), matrix.version) && matrix.os == 'ubuntu-latest'
64
64
with :
65
65
file : lcov.info
68
68
name : Documentation
69
69
runs-on : ubuntu-latest
70
70
steps :
71
- - uses : actions/checkout@v2
71
+ - uses : actions/checkout@v3
72
72
- uses : julia-actions/setup-julia@v1
73
73
with :
74
74
version : ' 1.6'
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout gh-pages branch
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
ref : gh-pages
16
16
- name : Delete preview and history + push changes
You can’t perform that action at this time.
0 commit comments