diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eef6b43..102e41e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-nextest - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 58a2ac50..3f855d05 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -59,7 +59,7 @@ jobs: components: rustfmt, clippy - name: Install cargo-binstall - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2.68.26 with: tool: cargo-binstall