Skip to content

Commit 9b9ef4d

Browse files
Bump the gha-bump group with 2 updates (#93)
Bumps the gha-bump group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [actions/cache](https://github.com/actions/cache). Updates `taiki-e/install-action` from 2.65.10 to 2.71.3 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@e0db384...1ed3272) Updates `actions/cache` from 5.0.1 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...6682284) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.71.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-bump - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-bump ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d65166 commit 9b9ef4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
toolchain: stable
108108
- name: cargo install cargo-hack
109-
uses: taiki-e/install-action@e0db384ad69f5ba2c6dd0129d8934e0d0ba465c1 # tag=v2.65.10
109+
uses: taiki-e/install-action@1ed3272338f573e042a2e6bca3893aa19f43b47a # tag=v2.71.3
110110
with:
111111
tool: cargo-hack
112112
# intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
@@ -130,7 +130,7 @@ jobs:
130130
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # branch=master
131131
with:
132132
toolchain: ${{ matrix.msrv }}
133-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag=v5.0.1
133+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # tag=v5.0.4
134134
with:
135135
path: ~/.cargo
136136
key: ${{ runner.os }}-cargo

0 commit comments

Comments
 (0)