Skip to content

Commit

Permalink
Merge pull request #3394 from trailofbits/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.4.0

Bump actions/checkout from 3.1.0 to 3.4.0
  • Loading branch information
ESultanik authored Mar 16, 2023
2 parents caa93b2 + 17633e3 commit 438628f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.4.0
with:
submodules: recursive
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.4.0
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 438628f

Please sign in to comment.