diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de9dcc4c..d8a97470 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: toolchain: nightly components: rustfmt - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - - uses: taiki-e/install-action@491d37bbaa844af8400b3595395e1bca723e6141 # v2 + - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 with: tool: taplo-cli - run: cargo xtask format --check @@ -65,7 +65,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # master with: toolchain: stable - - uses: taiki-e/install-action@491d37bbaa844af8400b3595395e1bca723e6141 # v2 + - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 with: tool: cargo-deny - run: cargo deny --log-level info --all-features check @@ -132,7 +132,7 @@ jobs: with: toolchain: stable components: llvm-tools - - uses: taiki-e/install-action@491d37bbaa844af8400b3595395e1bca723e6141 # v2 + - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 with: tool: cargo-llvm-cov - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 @@ -192,7 +192,7 @@ jobs: with: persist-credentials: false - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - - uses: taiki-e/install-action@491d37bbaa844af8400b3595395e1bca723e6141 # v2 + - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 with: tool: cargo-rdme - run: cargo xtask readme --check