diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 558a0b1..b403a97 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 'Install from rust-toolchain.toml' run: rustup show - - uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19 + - uses: taiki-e/install-action@3a911424851a96b72dc168c8dd71fd98ed215d66 # v2.68.36 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@3a911424851a96b72dc168c8dd71fd98ed215d66 # v2.68.36 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 1bbb225..6f55b80 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@3a911424851a96b72dc168c8dd71fd98ed215d66 # v2.68.36 with: tool: cargo-nextest,cargo-llvm-cov - name: 'Run tests with coverage'