diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d957bc..b1b21ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install tools - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 with: tool: cargo-deny,cargo-nextest diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 1188a77..629b20f 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable - name: Install tools - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 with: tool: cargo-machete