diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5e032dc..95e2640 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -106,7 +106,7 @@ jobs: with: toolchain: stable - name: cargo install cargo-hack - uses: taiki-e/install-action@0cccd59f03b32c54f0db097c518c320bfc8c73b3 # tag=v2.71.1 + uses: taiki-e/install-action@51cd0b8c0499559d9a4d75c0f5c67bec3a894ec8 # tag=v2.75.28 with: tool: cargo-hack # intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 946669d..6f4df6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -147,7 +147,7 @@ jobs: toolchain: stable components: llvm-tools-preview - name: cargo install cargo-llvm-cov - uses: taiki-e/install-action@0cccd59f03b32c54f0db097c518c320bfc8c73b3 # tag=v2.71.1 + uses: taiki-e/install-action@51cd0b8c0499559d9a4d75c0f5c67bec3a894ec8 # tag=v2.75.28 with: tool: cargo-llvm-cov - name: cargo generate-lockfile