Skip to content

Commit 99490e8

Browse files
authored
Merge pull request #3439 from trailofbits/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 4.2.2 to 6.0.1
2 parents 8bc50e7 + 6f69c29 commit 99490e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v6.0.1
1717
with:
1818
submodules: recursive
1919
- name: Set up Python

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121

2222
steps:
23-
- uses: actions/checkout@v4.2.2
23+
- uses: actions/checkout@v6.0.1
2424
with:
2525
submodules: recursive
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)