Merge pull request #51929 from renovate-bot/renovate/actions-cache-5.x

chore(deps): update actions/cache action to v5
This commit is contained in:
Paweł Gronowski
2026-01-26 14:13:03 +00:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ jobs:
-
name: Cache dev image
if: matrix.mode == ''
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
key: dev-image-${{ github.run_id }}
path: /tmp/dev-image.tar
@@ -149,7 +149,7 @@ jobs:
buildkitd-flags: --debug
-
name: Restore dev image
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
key: dev-image-${{ github.run_id }}
path: /tmp/dev-image.tar