diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d66de50c..41331708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: toolchain: nightly components: rustfmt - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: taplo-cli - run: cargo xtask format --check @@ -65,7 +65,7 @@ jobs: - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master with: toolchain: stable - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-deny - run: cargo deny --log-level info --all-features check @@ -134,7 +134,7 @@ jobs: with: toolchain: stable components: llvm-tools - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-llvm-cov - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 @@ -160,7 +160,7 @@ jobs: - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master with: toolchain: ${{ matrix.toolchain }} - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 @@ -199,7 +199,7 @@ jobs: with: persist-credentials: false - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-rdme - run: cargo xtask readme --check @@ -221,7 +221,7 @@ jobs: - uses: dtolnay/install@74f735cdf643820234e37ae1c4089a08fd266d8a # master with: crate: cargo-docs-rs - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 @@ -239,7 +239,7 @@ jobs: - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master with: toolchain: stable - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 @@ -260,7 +260,7 @@ jobs: - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master with: toolchain: stable - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2