Browse Source
chore: update BuildJet/cache to v4
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/47999/head
John Molakvoæ
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/cypress.yml
|
|
|
@ -80,7 +80,7 @@ jobs: |
|
|
|
run: npm run cypress:version |
|
|
|
|
|
|
|
- name: Save context |
|
|
|
uses: buildjet/cache/save@v3 |
|
|
|
uses: buildjet/cache/save@v4 |
|
|
|
with: |
|
|
|
key: cypress-context-${{ github.run_id }} |
|
|
|
path: ./ |
|
|
|
@ -103,7 +103,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Restore context |
|
|
|
uses: buildjet/cache/restore@v3 |
|
|
|
uses: buildjet/cache/restore@v4 |
|
|
|
with: |
|
|
|
fail-on-cache-miss: true |
|
|
|
key: cypress-context-${{ github.run_id }} |
|
|
|
|