Skip to content

Commit c38bf9a

Browse files
authored
ci: Bump various actions to latest version (#1017)
* chore: Bump Swatinem/rust-cache to 2.7.8 * chore: Bump EmbarkStudios/cargo-deny-action to 2.0.11 * chore: Bump stackabletech/actions/run-pre-commit to 0.8.0
1 parent ee19a2e commit c38bf9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: dtolnay/rust-toolchain@master
3939
with:
4040
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
41-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
41+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4242
with:
4343
key: udeps
4444
- run: cargo install --locked cargo-udeps@0.1.55
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
with:
6262
persist-credentials: false
63-
- uses: EmbarkStudios/cargo-deny-action@4de59db63a066737e557c2c4dd3d1f70206de781 # v2.0.10
63+
- uses: EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
6464
with:
6565
command: check ${{ matrix.checks }}
6666

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
7777
components: rustfmt
78-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
78+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7979
with:
8080
key: doc
8181
- run: cargo doc --document-private-items
@@ -96,7 +96,7 @@ jobs:
9696
# for our cases.
9797
# See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
9898
components: rust-src
99-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
99+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
100100
with:
101101
key: test
102102
- run: cargo test --all-features

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
21-
- uses: stackabletech/actions/run-pre-commit@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # v0.7.0
21+
- uses: stackabletech/actions/run-pre-commit@4bfd3b65f22af597fe784599c077dc34bf5894a7 # v0.8.0
2222
with:
2323
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
2424
# rust-src is required for trybuild stderr output comparison to work

0 commit comments

Comments
 (0)