diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a57cb4d98..06b4364c1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -105,7 +105,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install Cargo Machete - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.85.12 with: tool: cargo-machete diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 7e13837a4..472f5e6d3 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -24,7 +24,7 @@ jobs: # We explicitly install typos instead the typos GitHub Action due to: # https://github.com/crate-ci/typos/issues/1191 - name: Install typos (taiki-e/install-action) - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.85.12 with: tool: typos