File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
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@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
submodules : true
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@v4
138
+ uses : actions/checkout@v5
139
139
140
140
- name : Checkout Damn Vulnerable DeFi solutions
141
- uses : actions/checkout@v4
141
+ uses : actions/checkout@v5
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@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
submodules : true
18
18
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@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
submodules : recursive
25
25
- uses : gaurav-nelson/github-action-markdown-link-check@v1
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@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up Python 3.8
26
26
uses : actions/setup-python@v5
27
27
with :
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ jobs:
127
127
128
128
steps :
129
129
- name : Checkout repository
130
- uses : actions/checkout@v4
130
+ uses : actions/checkout@v5
131
131
132
132
- name : Checkout Damn Vulnerable DeFi solutions
133
- uses : actions/checkout@v4
133
+ uses : actions/checkout@v5
134
134
if : startsWith(matrix.workdir, 'dvdefi')
135
135
with :
136
136
repository : crytic/damn-vulnerable-defi-echidna
You can’t perform that action at this time.
0 commit comments