Bump actions/cache/restore to v4 (#120)

This commit is contained in:
Daniel Possenriede 2024-02-01 22:13:10 +01:00 committed by GitHub
parent 6460a33c29
commit 5c74a020dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ runs:
PACKAGES: "${{ inputs.packages }}" PACKAGES: "${{ inputs.packages }}"
- id: load-cache - id: load-cache
uses: actions/cache/restore@v3 uses: actions/cache/restore@v4
with: with:
path: ~/cache-apt-pkgs path: ~/cache-apt-pkgs
key: cache-apt-pkgs_${{ env.CACHE_KEY }} key: cache-apt-pkgs_${{ env.CACHE_KEY }}