From 392e373994307f4698cd4ca9bced94ddd0d4c864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 11:16:22 +0000 Subject: [PATCH] chore(deps): bump taiki-e/cache-cargo-install-action Bumps the github-actions group with 1 update: [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action). Updates `taiki-e/cache-cargo-install-action` from 1 to 2 - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v1...v2) --- updated-dependencies: - dependency-name: taiki-e/cache-cargo-install-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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