Skip to content

Commit 93ad6a8

Browse files
authored
Merge pull request #3528 from opencontainers/dependabot/github_actions/actions/cache-3.0.5
build(deps): bump actions/cache from 3.0.4 to 3.0.5
2 parents a776ec9 + 5fd3d09 commit 93ad6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "VERSION=3.3.1" >> $GITHUB_ENV
7373
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
7474
- name: cache go mod and $GOCACHE
75-
uses: actions/[email protected].4
75+
uses: actions/[email protected].5
7676
with:
7777
path: |
7878
~/go/pkg/mod
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
go-version: "${{ env.GO_VERSION }}"
121121
- name: cache go mod and $GOCACHE
122-
uses: actions/[email protected].4
122+
uses: actions/[email protected].5
123123
with:
124124
path: |
125125
~/go/pkg/mod

0 commit comments

Comments
 (0)