Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent a0d2f27 commit 778e586
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.0
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

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

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

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

Expand Down

0 comments on commit 778e586

Please sign in to comment.