Skip to content

Commit 6e9669f

Browse files
authored
Merge pull request #5 from TotallyNotRobots/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents b63b93a + c6c711b commit 6e9669f

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)