Skip to content

Commit

Permalink
Bump actions/checkout (#2)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from b32f140b0c872d58512e0a66172253c302617b90 to 8eb1f6a495037164bea451156472f35fdd6bafc0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b32f140...8eb1f6a)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 7e302c9 commit 502b819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
- uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
with:
submodules: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
- uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
with:
submodules: "true"

Expand Down

0 comments on commit 502b819

Please sign in to comment.