Skip to content

Commit

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

Bump actions/checkout from 4.0.0 to 4.1.1
  • Loading branch information
ESultanik committed Nov 29, 2023
2 parents 1506ae1 + 80fd613 commit 077f957
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@v4.0.0
- uses: actions/checkout@v4.1.1
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@v4.0.0
- uses: actions/checkout@v4.1.1
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 077f957

Please sign in to comment.