Skip to content

Commit 57ae8f8

Browse files
authored
Merge pull request #3423 from trailofbits/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.1 to 4.2.2
2 parents 48842ef + 5047592 commit 57ae8f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.1.1
16+
- uses: actions/checkout@v4.2.2
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.1.1
23+
- uses: actions/checkout@v4.2.2
2424
with:
2525
submodules: recursive
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)