diff --git a/.github/workflows/msrv.yaml b/.github/workflows/msrv.yaml index cdb31b20d..424b324b4 100644 --- a/.github/workflows/msrv.yaml +++ b/.github/workflows/msrv.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # cargo-hack + - uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # cargo-hack with: tool: cargo-hack - run: cargo hack check --rust-version --workspace --all-targets