Skip to content

Commit a270a18

Browse files
authored
Merge pull request #1279 from shirou/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 3f83e09 + b68e0ac commit a270a18

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)