diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9279ada..f9e3b9e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Install from rust-toolchain.toml' run: rustup show - - uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19 + - uses: taiki-e/install-action@5f6f3e0538d249cb0b47f8d5b636c120babeb082 # v2.58.6 with: tool: cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 @@ -75,7 +75,7 @@ jobs: - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: cache-on-failure: true - - uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19 + - uses: taiki-e/install-action@5f6f3e0538d249cb0b47f8d5b636c120babeb082 # v2.58.6 with: tool: cargo-udeps - run: cargo +nightly udeps --workspace --lib --examples --tests --all-features --locked diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6aba418..c567626 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: cache-on-failure: true - name: "Add LLVM Tools Preview" run: rustup component add llvm-tools-preview - - uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19 + - uses: taiki-e/install-action@5f6f3e0538d249cb0b47f8d5b636c120babeb082 # v2.58.6 with: tool: cargo-nextest,cargo-llvm-cov - name: 'Run tests with coverage'