Skip to content

Commit

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

Bump actions/checkout from 3.5.2 to 4.0.0
  • Loading branch information
ESultanik authored Sep 27, 2023
2 parents a116740 + 2741c95 commit 5df467d
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.5.2
- uses: actions/checkout@v4.0.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.5.2
- uses: actions/checkout@v4.0.0
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 5df467d

Please sign in to comment.