Skip to content

Commit e9c99ea

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] <support@github.com>
1 parent f859098 commit e9c99ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "::set-output name=go-mod-cache::$(go env GOMODCACHE)"
4747
4848
- name: Cache go modules
49-
uses: actions/cache@v2
49+
uses: actions/cache@v3
5050
with:
5151
path: |
5252
${{ steps.cache-paths.outputs.go-cache }}

0 commit comments

Comments
 (0)