Skip to content

Commit 31490f6

Browse files
authored
Merge pull request #330 from crytic/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 32d56e9 + 36b4603 commit 31490f6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/echidna.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/lint_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/lint_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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"

.github/workflows/manticore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:

.github/workflows/slither.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:

0 commit comments

Comments
 (0)