Skip to content

Commit 85789e2

Browse files
dependabot[bot]cdalvaro
authored andcommitted
build(deps): bump actions/cache from 5 to 6
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>
1 parent 889dfc1 commit 85789e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: cmake -E make_directory "${BUILD_DIRECTORY}"
3737

3838
- name: Download cache files
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: |
4242
"${BUILD_DIRECTORY}/_deps"
@@ -136,7 +136,7 @@ jobs:
136136
| tee benchmark-results.json
137137
138138
- name: Download previous benchmark results
139-
uses: actions/cache@v5
139+
uses: actions/cache@v6
140140
with:
141141
path: ./cache
142142
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)