diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f6c097b90a..55f265691b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Lint (rustfmt) run: cargo xfmt --check - name: Install cargo readme - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fdbdae115aa..51fce1aefbf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,11 +25,11 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 - name: Install latest nextest release - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: nextest - name: Install cargo-llvm-cov - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index 3dca826d4f7..fa4d3a50680 100644 --- a/.github/workflows/hakari.yml +++ b/.github/workflows/hakari.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: dtolnay/rust-toolchain@stable - name: Install cargo-hakari - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-hakari - name: Check workspace-hack Cargo.toml is up-to-date diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06bc166e296..cafaadba0d2 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@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1 @@ -42,7 +42,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1 @@ -67,7 +67,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1 @@ -222,7 +222,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@d41099f7a5ac53711ce07431c05cad4beed1e7b0 # v2 + uses: taiki-e/install-action@c2262caf0bd8aeddc68e640b076bb19a50d95ee8 # v2 with: tool: cargo-release@0.25.0 - name: Download mukti