diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 104858f07..aa564a810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: toolchain: ${{ matrix.rust_ver }} - name: Install cargo-nextest - uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4 + uses: taiki-e/install-action@d0f4f69b07c0804d1003ca9a5a5f853423872ed9 # v2.62.13 with: tool: cargo-nextest diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 12b6b4e0b..0a336bf72 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -70,7 +70,7 @@ jobs: toolchain: stable - name: Install cargo-nextest - uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4 + uses: taiki-e/install-action@d0f4f69b07c0804d1003ca9a5a5f853423872ed9 # v2.62.13 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1d189e762..a5f27bb50 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -73,7 +73,7 @@ jobs: - uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-binstall - uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4 + uses: taiki-e/install-action@d0f4f69b07c0804d1003ca9a5a5f853423872ed9 # v2.62.13 with: tool: cargo-binstall