diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c35747245..793782d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: targets: "${{ matrix.target }},wasm32-unknown-unknown" - name: Install cargo-nextest - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d7bae282c..f2aa40a58 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -64,7 +64,7 @@ jobs: components: rustfmt, clippy - name: Install cargo-binstall - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7 with: tool: cargo-binstall