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

Bump actions/cache from 2 to 3
This commit is contained in:
Joachim Bauch 2022-03-22 08:38:26 +01:00 committed by GitHub
commit c719be7493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
type=sha,prefix=
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}