chore(deps): 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](https://github.com/actions/cache/compare/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>
dev
dependabot[bot] 2022-03-28 05:05:02 +00:00 committed by GitHub
parent d237725242
commit 1d3d264e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Cache Go - name: Cache Go
id: cache-go id: cache-go
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: /home/runner/go path: /home/runner/go
key: ${{ runner.os }}-go key: ${{ runner.os }}-go