Skip to content

Commit 80b8f50

Browse files
chore(deps): bump actions/cache from 5 to 6 (#149)
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 66e86f3 commit 80b8f50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ">=1.26"
2626

2727
- name: cache go modules
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: ~/go/pkg/mod
3131
key: "${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}"

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: ">=1.26"
2020

2121
- name: cache go modules
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: ~/go/pkg/mod
2525
key: "${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}"

0 commit comments

Comments
 (0)