diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2049cde..057109b 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@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cargo-deny,cargo-nextest diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 0e817f4..bb08b1a 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@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cargo-machete