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 1919 CARGO_TERM_COLOR : always
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 submodules : true
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ jobs:
135135
136136 steps :
137137 - name : Checkout repository
138- uses : actions/checkout@v4
138+ uses : actions/checkout@v5
139139
140140 - name : Checkout Damn Vulnerable DeFi solutions
141- uses : actions/checkout@v4
141+ uses : actions/checkout@v5
142142 if : startsWith(matrix.workdir, 'dvdefi')
143143 with :
144144 repository : crytic/damn-vulnerable-defi-echidna
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 submodules : true
1818
Original file line number Diff line number Diff line change 1919 markdown-link-check :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 submodules : recursive
2525 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Set up Python 3.8
2626 uses : actions/setup-python@v5
2727 with :
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ jobs:
127127
128128 steps :
129129 - name : Checkout repository
130- uses : actions/checkout@v4
130+ uses : actions/checkout@v5
131131
132132 - name : Checkout Damn Vulnerable DeFi solutions
133- uses : actions/checkout@v4
133+ uses : actions/checkout@v5
134134 if : startsWith(matrix.workdir, 'dvdefi')
135135 with :
136136 repository : crytic/damn-vulnerable-defi-echidna
You can’t perform that action at this time.
0 commit comments