Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 3a356cd commit 9658b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
RUST:
- nightly
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
FLAGS: "-Z minimal-versions"

steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false

Expand All @@ -93,7 +93,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false

Expand Down

0 comments on commit 9658b83

Please sign in to comment.