Skip to content

Commit

Permalink
Merge pull request #3505 from opencontainers/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-3.0.4

build(deps): bump actions/cache from 3.0.2 to 3.0.4
  • Loading branch information
AkihiroSuda authored Jun 12, 2022
2 parents 258eff1 + cc0feb4 commit d799f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "VERSION=3.3.1" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: cache go mod and $GOCACHE
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
go-version: "${{ env.GO_VERSION }}"
- name: cache go mod and $GOCACHE
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit d799f7a

Please sign in to comment.