build(deps): bump actions/cache from 2.1.6 to 2.1.7

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-29 00:38:55 +00:00 committed by ddc
parent 3681615d92
commit 514bef9850
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
with: with:
go-version: 1.16 go-version: 1.16
- name: Cache Go modules - name: Cache Go modules
uses: actions/cache@v2.1.6 uses: actions/cache@v2.1.7
with: with:
path: ~/go/pkg/mod path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}