Skip to content

Commit 87b6999

Browse files
committed
fix(ci): Use latest buildjet version
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 427c7db commit 87b6999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: npm run cypress:version
8181

8282
- name: Save context
83-
uses: buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
83+
uses: buildjet/cache/save@v3
8484
with:
8585
key: cypress-context-${{ github.run_id }}
8686
path: ./
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Restore context
106-
uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
106+
uses: buildjet/cache/restore@v3
107107
with:
108108
fail-on-cache-miss: true
109109
key: cypress-context-${{ github.run_id }}

0 commit comments

Comments
 (0)