Skip to content

Commit b68e0ac

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f83e09 commit b68e0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "::set-output name=cache::$(go env GOCACHE)"
1919
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
2020
- name: Cache go modules
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: |
2424
${{ steps.cache-paths.outputs.cache }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "::set-output name=cache::$(go env GOCACHE)"
2020
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
2121
- name: Cache go modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: |
2525
${{ steps.go-env.outputs.cache }}

0 commit comments

Comments
 (0)