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 1919 CARGO_TERM_COLOR : always
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525 - name : Install mdbook
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@v3
138+ uses : actions/checkout@v4
139139
140140 - name : Checkout Damn Vulnerable DeFi solutions
141- uses : actions/checkout@v3
141+ uses : actions/checkout@v4
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@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Set up Node.js
1818 uses : actions/setup-node@v3
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@v3
22+ - uses : actions/checkout@v4
2323 - uses : gaurav-nelson/github-action-markdown-link-check@v1
2424 with :
2525 use-quiet-mode : " yes"
Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Set up Python 3.8
2626 uses : actions/setup-python@v4
2727 with :
Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Set up Python 3.8
2626 uses : actions/setup-python@v4
2727 with :
You can’t perform that action at this time.
0 commit comments