diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 104858f07..cde17719a 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@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2.61.7 with: tool: cargo-nextest diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 656156694..87b8ef780 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@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2.61.7 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1d189e762..b6482c2a7 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@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2.61.7 with: tool: cargo-binstall