Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent d58178f commit 826a319
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

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

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

Expand All @@ -93,7 +93,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

Expand Down

0 comments on commit 826a319

Please sign in to comment.