File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
CARGO_TERM_COLOR : always
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Install mdbook
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ jobs:
135
135
136
136
steps :
137
137
- name : Checkout repository
138
- uses : actions/checkout@v3
138
+ uses : actions/checkout@v4
139
139
140
140
- name : Checkout Damn Vulnerable DeFi solutions
141
- uses : actions/checkout@v3
141
+ uses : actions/checkout@v4
142
142
if : startsWith(matrix.workdir, 'dvdefi')
143
143
with :
144
144
repository : crytic/damn-vulnerable-defi-echidna
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Set up Node.js
18
18
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 19
19
markdown-link-check :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : gaurav-nelson/github-action-markdown-link-check@v1
24
24
with :
25
25
use-quiet-mode : " yes"
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python 3.8
26
26
uses : actions/setup-python@v4
27
27
with :
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python 3.8
26
26
uses : actions/setup-python@v4
27
27
with :
You can’t perform that action at this time.
0 commit comments