build(deps): bump actions/cache from v2 to v2.1.4 (#1721)

This commit is contained in:
dependabot[bot] 2021-02-08 10:08:55 +01:00 committed by GitHub
parent ed9480c4ac
commit 7dc0f311bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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