Skip to content

Commit 5fd3d09

Browse files
build(deps): bump actions/cache from 3.0.4 to 3.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a776ec9 commit 5fd3d09

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)