diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68d4e4c9f..4c68c4dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Lint (rustfmt) run: cargo xfmt --check - name: Install cargo-sync-rdme and just - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@5651179950649c44da31d346537e20c0534f0f25 # v2 with: tool: cargo-sync-rdme,just - name: Install nightly toolchain for cargo-sync-rdme @@ -71,7 +71,7 @@ jobs: with: key: ${{ matrix.rust-version }} - name: Install tools - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@5651179950649c44da31d346537e20c0534f0f25 # v2 with: tool: cargo-hack,just,nextest - name: Build diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 045838715..447a65b7e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: - uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2 - name: Install tools - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@5651179950649c44da31d346537e20c0534f0f25 # v2 with: tool: cargo-llvm-cov,just,nextest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efd694310..1181db503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@5651179950649c44da31d346537e20c0534f0f25 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1