diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ccf23486..f07b324db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: - name: Install cargo nextest if: ${{ matrix.is_self_hosted == false }} - uses: taiki-e/install-action@9a29ce630c67077a359246f3e4f84941e05f28b5 # v1 + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 with: tool: nextest @@ -482,7 +482,7 @@ jobs: echo "::notice title=Remote Server Tests - Default Bash Version::$DEFAULT_BASH_VERSION" - name: Install cargo nextest - uses: taiki-e/install-action@9a29ce630c67077a359246f3e4f84941e05f28b5 # v1 + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 with: tool: nextest