chore(deps): update actions/cache action to v5
| ... | ... |
@@ -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 |