Skip to content

Commit a30cee5

Browse files
build(deps): bump actions/cache from 3 to 4 (#2102)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f34069c commit a30cee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- uses: actions/checkout@v4
110110

111-
- uses: actions/cache@v3
111+
- uses: actions/cache@v4
112112
with:
113113
path: ~/go/pkg/mod
114114
key: ${{ runner.os }}-${{ matrix.go }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)