File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
${{ github.event.workflow_run.event == 'pull_request' &&
25
25
github.event.workflow_run.conclusion == 'success' }}
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
# restore records from the artifacts
29
29
- uses : dawidd6/action-download-artifact@v2
30
30
with :
Original file line number Diff line number Diff line change 16
16
if : contains(github.event.pull_request.labels.*.name, 'performance critical')
17
17
steps :
18
18
# setup
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- uses : julia-actions/setup-julia@v1
21
21
with :
22
22
version : ' 1.7'
Original file line number Diff line number Diff line change 35
35
- ' MultiOutput'
36
36
- ' Others'
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
- uses : julia-actions/setup-julia@v1
40
40
with :
41
41
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout gh-pages branch
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
with :
14
14
ref : gh-pages
15
15
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 17
17
build :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- uses : julia-actions/setup-julia@latest
22
22
with :
23
23
version : ' 1'
Original file line number Diff line number Diff line change 13
13
format :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- uses : julia-actions/setup-julia@v1
18
18
with :
19
19
version : 1
You can’t perform that action at this time.
0 commit comments