Skip to content

Commit 53793c1

Browse files
chore(deps): bump taiki-e/cache-cargo-install-action (#411)
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](taiki-e/cache-cargo-install-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c255c08 commit 53793c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# This is fixed on `main` but not yet released. To avoid a breakage somewhen in the future
134134
# pin the cross revision used to the latest HEAD at 04/2024.
135135
# Go back to taiki-e/install-action once cross 0.3 is released.
136-
uses: taiki-e/cache-cargo-install-action@v1
136+
uses: taiki-e/cache-cargo-install-action@v2
137137
with:
138138
tool: cross
139139
git: https://github.com/cross-rs/cross.git

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# This is fixed on `main` but not yet released. To avoid a breakage somewhen in the future
114114
# pin the cross revision used to the latest HEAD at 04/2024.
115115
# Go back to taiki-e/install-action once cross 0.3 is released.
116-
uses: taiki-e/cache-cargo-install-action@v1
116+
uses: taiki-e/cache-cargo-install-action@v2
117117
with:
118118
tool: cross
119119
git: https://github.com/cross-rs/cross.git

0 commit comments

Comments
 (0)