Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 11e4c60 commit c1ddf14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: EmbarkStudios/cargo-deny-action@b655a95dbfd6f1dacd48f7e869cb37cf4f03a6d9
with:
command: check bans licenses sources
Expand All @@ -26,7 +26,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: EmbarkStudios/cargo-deny-action@b655a95dbfd6f1dacd48f7e869cb37cf4f03a6d9
with:
command: check advisories
Expand All @@ -40,7 +40,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- run: rustup component add clippy
- run: cargo clippy --all-targets

Expand All @@ -53,7 +53,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- run: rustup component add rustfmt
- run: cargo fmt -- --check

Expand All @@ -64,5 +64,5 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- run: cargo test

0 comments on commit c1ddf14

Please sign in to comment.