Skip to content

Commit dcdac8b

Browse files
authored
Merge pull request #62 from crytic/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 5
2 parents 213cfe3 + c9b9a74 commit dcdac8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- name: Set up Python 3.8
1515
uses: actions/setup-python@v5
1616
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v5
3737

3838
- name: Set up Python 3.8
3939
uses: actions/setup-python@v5

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v5
1818

1919
- name: Install Python
2020
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)