Skip to content

Commit 1e19805

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bc0dce commit 1e19805

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Build your program with the given configuration
4545
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j
4646
- name: Download previous benchmark data
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ./cache
5050
key: ${{ runner.os }}-benchmark

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Build your program with the given configuration
4444
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j
4545
- name: Download previous benchmark data
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ./cache
4949
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)