Skip to content

Commit c13f129

Browse files
dependabot[bot]albertony
authored andcommitted
build: 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] <[email protected]>
1 parent 748d8c8 commit c13f129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
cache: false
230230

231231
- name: Cache
232-
uses: actions/cache@v4
232+
uses: actions/cache@v5
233233
with:
234234
path: |
235235
~/go/pkg/mod

.github/workflows/build_publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Load Go Build Cache for Docker
131131
id: go-cache
132-
uses: actions/cache@v4
132+
uses: actions/cache@v5
133133
with:
134134
key: ${{ runner.os }}-${{ steps.imageos.outputs.result }}-go-${{ env.CACHE_NAME }}-${{ env.PLATFORM }}-${{ hashFiles('**/go.mod') }}-${{ hashFiles('**/go.sum') }}
135135
restore-keys: |

0 commit comments

Comments
 (0)