Skip to content

Commit 89af092

Browse files
ci: bump actions/cache from 5 to 6 in the github-actions group (#258)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Demchyshyn <132658418+DemchaAV@users.noreply.github.com>
1 parent e3c4cf0 commit 89af092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
cache: maven
275275

276276
- name: Restore benchmark history cache
277-
uses: actions/cache@v5
277+
uses: actions/cache@v6
278278
with:
279279
path: benchmarks/target/benchmarks/current-speed
280280
key: benchmark-current-speed-${{ github.ref_name }}-${{ github.run_id }}

0 commit comments

Comments
 (0)