Skip to content

Commit ed7a587

Browse files
chore(deps): bump actions/cache from 4 to 5 in the actions group (#44)
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4134be commit ed7a587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Get Benchmark Results from develop branch
7878
id: cache
79-
uses: actions/cache/restore@v4
79+
uses: actions/cache/restore@v5
8080
with:
8181
path: ./cache
8282
key: ${{ steps.get-develop-branch-sha.outputs.sha }}-${{ runner.os }}-${{ steps.system-info.outputs.cpu-model }}-benchmark
@@ -131,7 +131,7 @@ jobs:
131131
#auto-push: false
132132

133133
- name: Update Benchmark Results cache
134-
uses: actions/cache/save@v4
134+
uses: actions/cache/save@v5
135135
if: ${{ github.ref_name == 'develop' }}
136136
with:
137137
path: ./cache

.github/workflows/gin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
ref: ${{ github.ref }}
6969

70-
- uses: actions/cache@v4
70+
- uses: actions/cache@v5
7171
with:
7272
path: |
7373
${{ matrix.go-build }}

0 commit comments

Comments
 (0)