Bump actions/cache from 3 to 4 (#4990)

This commit is contained in:
dependabot[bot] 2024-01-22 19:32:27 +01:00 committed by GitHub
parent 7201e34b38
commit 203e916a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ jobs:
run: echo "timestamp=$(date -u '+%Y%m%d%H%M%S')" >>"$GITHUB_OUTPUT"
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
timestamp: ${{steps.cache_timestamp.outputs.timestamp}}
with: