Merge pull request #1014 from samschott/dependabot/github_actions/actions/cache-4

This commit is contained in:
samschott 2024-01-17 19:38:53 +01:00 committed by GitHub
commit 8f333661f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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