diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3587171..04d5658 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -40,12 +40,12 @@ jobs: prefix-key: ${{ env.CACHE_VERSION }} key: ${{ matrix.action }} - name: Install cargo-make - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 with: tool: cargo-make - name: Install taplo if: matrix.action == 'fmt' - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 with: tool: taplo - name: Cargo clippy @@ -59,7 +59,7 @@ jobs: cargo make fmt-check - name: Install cargo-nextest if: matrix.action == 'nextest' - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 with: tool: nextest - name: Cargo nextest