Merge pull request #211 from strukturag/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2.1.7 to 3
This commit is contained in:
Joachim Bauch 2022-03-22 08:39:15 +01:00 committed by GitHub
commit 5ffa8c32d7
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.7
uses: actions/cache@v3
with:
path: vendor/
key: vendor-${{ matrix.go-version }}-${{ hashFiles('go.mod', 'go.sum') }}