Skip to content

Commit 5693e5f

Browse files
build(deps): bump actions/cache from 3 to 4 (#3)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 b09eace commit 5693e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-verification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: make license-header
2121

2222
- name: License cache
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: .licensei.cache
2626
key: licensei-${{ github.ref_name }}-${{ hashFiles('**/go.sum') }}
@@ -70,7 +70,7 @@ jobs:
7070
go-version-file: 'go.mod'
7171

7272
- name: Setup Go caching
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: |
7676
~/.cache/go-build
@@ -81,7 +81,7 @@ jobs:
8181
${{ runner.os }}-go-${{ github.event.repository.default_branch }}-
8282
8383
- name: Cache golangci-lint cache
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
with:
8686
path: ${{ github.workspace }}/.golangci.cache
8787
key: golangci-${{ github.ref_name }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)