Skip to content

Commit 2da0efa

Browse files
chore: bump actions/cache from 5 to 6 (#1265)
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 99c207a commit 2da0efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
go-version-file: functions/go/list-setters/go.mod
9292
cache-dependency-path: functions/go/*/go.sum
9393
- name: Cache golangci-lint
94-
uses: actions/cache@v5
94+
uses: actions/cache@v6
9595
with:
9696
path: ~/.cache/golangci-lint
9797
key: golangci-lint-${{ hashFiles('functions/go/*/go.sum') }}

0 commit comments

Comments
 (0)