diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c0e6338d..3178d3294 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - name: Install cargo-nextest if: needs.changes.outputs.code == 'true' - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 6f200fdd2..5750e7095 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@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 with: tool: cargo-binstall diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index 41d921e4c..f3ff76e44 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -41,7 +41,7 @@ jobs: uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Install cargo-mutants - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 with: tool: cargo-mutants