Bump actions/cache from v2 to v2.1.4 (#33)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-08 09:56:37 +01:00 committed by GitHub
parent 5a6ce96e18
commit 42f7e0ebd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ jobs:
env
- name: Go module cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}