Use matching versions of actions/cache actions (#123)

Needed to finish migration to node20 + probably wiser overall to use matching versions of the caching actions.
This commit is contained in:
Hadrien G 2024-02-14 06:38:36 +01:00 committed by GitHub
parent a9d925863b
commit 75ab37ec52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ runs:
- id: save-cache
if: ${{ ! steps.load-cache.outputs.cache-hit }}
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ~/cache-apt-pkgs
key: ${{ steps.load-cache.outputs.cache-primary-key }}