Skip to content

Commit 6ab4a68

Browse files
chore(deps)(deps): bump actions/cache from 5 to 6 (#169)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93d2997 commit 6ab4a68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# embedded Hyper instance inside the proc-macro host during clippy.
8686
# hyperd must be present or the proc-macro panics.
8787
id: hyperd-cache
88-
uses: actions/cache@v5
88+
uses: actions/cache@v6
8989
with:
9090
path: .hyperd
9191
key: hyperd-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('hyperdb-bootstrap/hyperd-version.toml') }}
@@ -141,7 +141,7 @@ jobs:
141141
# (hyperdb-bootstrap/hyperd-version.toml) invalidates the cache
142142
# automatically and the next run re-downloads.
143143
id: hyperd-cache
144-
uses: actions/cache@v5
144+
uses: actions/cache@v6
145145
with:
146146
path: .hyperd
147147
key: hyperd-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('hyperdb-bootstrap/hyperd-version.toml') }}
@@ -195,7 +195,7 @@ jobs:
195195
node-version: 20
196196
- name: Cache hyperd binary
197197
id: hyperd-cache
198-
uses: actions/cache@v5
198+
uses: actions/cache@v6
199199
with:
200200
path: .hyperd
201201
key: hyperd-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('hyperdb-bootstrap/hyperd-version.toml') }}

0 commit comments

Comments
 (0)