diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 968ea3da..a13c5323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-nextest - uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 328f93af..a44bb560 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -69,7 +69,7 @@ jobs: - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - name: Install cargo-binstall - uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10 + uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34 with: tool: cargo-binstall