Skip to content

Commit 855c197

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26c00e8 commit 855c197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go test ./test/bench/... -bench=. | tee output.txt
4040
# Download previous benchmark result from cache (if exists)
4141
- name: Download previous benchmark data
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: ./cache
4545
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)