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

This commit is contained in:
dependabot[bot] 2021-11-30 01:42:20 +01:00 committed by GitHub
parent a5f0a4d861
commit ba3453d2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v2.1.6
- uses: actions/cache@v2.1.7
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}