Skip to content

Commit cb4da2b

Browse files
authored
Merge pull request #74 from crytic/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f392075 + 633bacf commit cb4da2b

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: github.event_name == 'pull_request'
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Set up Python 3.8
1616
uses: actions/setup-python@v5
1717
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
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@v5
17+
uses: actions/checkout@v6
1818

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

0 commit comments

Comments
 (0)