diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e01f197..95e474c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -133,7 +133,7 @@ jobs: # This is fixed on `main` but not yet released. To avoid a breakage somewhen in the future # pin the cross revision used to the latest HEAD at 04/2024. # Go back to taiki-e/install-action once cross 0.3 is released. - uses: taiki-e/cache-cargo-install-action@v1 + uses: taiki-e/cache-cargo-install-action@v2 with: tool: cross git: https://github.com/cross-rs/cross.git diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78314917..4d9c99c4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -113,7 +113,7 @@ jobs: # This is fixed on `main` but not yet released. To avoid a breakage somewhen in the future # pin the cross revision used to the latest HEAD at 04/2024. # Go back to taiki-e/install-action once cross 0.3 is released. - uses: taiki-e/cache-cargo-install-action@v1 + uses: taiki-e/cache-cargo-install-action@v2 with: tool: cross git: https://github.com/cross-rs/cross.git