Skip to content

Commit c6c711b

Browse files
Bump actions/cache from 3 to 4
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>
1 parent e0750a2 commit c6c711b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
type=semver,pattern={{major}}.{{minor}}
6363
- # httos://github.com/actions/cache
6464
name: Cache Docker layers
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: |
6868
/go/pkg/mod/

0 commit comments

Comments
 (0)