Skip to content

Commit 438628f

Browse files
authored
Merge pull request #3394 from trailofbits/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.1.0 to 3.4.0
2 parents caa93b2 + 17633e3 commit 438628f

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

0 commit comments

Comments
 (0)