Merge pull request #171 from strukturag/dependabot/github_actions/actions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
This commit is contained in:
Joachim Bauch 2021-11-24 09:00:06 +01:00 committed by GitHub
commit 0df708a74e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Cache dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: vendor/
key: vendor-${{ matrix.go-version }}-${{ hashFiles('go.mod', 'go.sum') }}