Skip to content

Commit b7bf86f

Browse files
chore(deps): bump actions/cache from 5 to 6 (#1208)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7dd55e9 commit b7bf86f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
go-version-file: go.mod
3131

3232
- name: Go Build Cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: ~/.cache
3636
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
3737

3838
- name: Go Mod Cache
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ~/go/pkg/mod
4242
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)