Browse code

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

chore(deps): update actions/cache action to v5

Paweł Gronowski authored on 2026/01/26 23:13:03
Showing 1 changed files
... ...
@@ -71,7 +71,7 @@ jobs:
71 71
       -
72 72
         name: Cache dev image
73 73
         if: matrix.mode == ''
74
-        uses: actions/cache/save@v4
74
+        uses: actions/cache/save@v5
75 75
         with:
76 76
           key: dev-image-${{ github.run_id }}
77 77
           path: /tmp/dev-image.tar
... ...
@@ -149,7 +149,7 @@ jobs:
149 149
           buildkitd-flags: --debug
150 150
       -
151 151
         name: Restore dev image
152
-        uses: actions/cache/restore@v4
152
+        uses: actions/cache/restore@v5
153 153
         with:
154 154
           key: dev-image-${{ github.run_id }}
155 155
           path: /tmp/dev-image.tar