chore(deps): Bump actions/cache from 3 to 4 (#3807)

This commit is contained in:
dependabot[bot] 2024-01-22 21:02:49 +01:00 committed by GitHub
parent 3cbcdb2d65
commit 37f4c853b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ jobs:
# When full, the least accessed cache upload is evicted to free up storage.
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
- name: 'Handle Docker build layer cache'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: cache-buildx-${{ steps.derive-image-cache-key.outputs.digest }}