Skip to content

Commit c1ddf14

Browse files
Bump actions/checkout from 3.0.2 to 4.1.2
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] <support@github.com>
1 parent 11e4c60 commit c1ddf14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
steps:
17-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
17+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- uses: EmbarkStudios/cargo-deny-action@b655a95dbfd6f1dacd48f7e869cb37cf4f03a6d9
1919
with:
2020
command: check bans licenses sources
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
contents: read
2828
steps:
29-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
29+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3030
- uses: EmbarkStudios/cargo-deny-action@b655a95dbfd6f1dacd48f7e869cb37cf4f03a6d9
3131
with:
3232
command: check advisories
@@ -40,7 +40,7 @@ jobs:
4040
permissions:
4141
contents: read
4242
steps:
43-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
43+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4444
- run: rustup component add clippy
4545
- run: cargo clippy --all-targets
4646

@@ -53,7 +53,7 @@ jobs:
5353
permissions:
5454
contents: read
5555
steps:
56-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
56+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5757
- run: rustup component add rustfmt
5858
- run: cargo fmt -- --check
5959

@@ -64,5 +64,5 @@ jobs:
6464
permissions:
6565
contents: read
6666
steps:
67-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
67+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
6868
- run: cargo test

0 commit comments

Comments
 (0)