Merge pull request #68 from tribalwarshelp/renovate/actions-cache-3.x

chore(deps): update actions/cache action to v3
This commit is contained in:
Dawid Wysokiński 2022-03-28 07:03:11 +02:00 committed by GitHub
commit 1f199d477e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}