We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427c7db commit 87b6999Copy full SHA for 87b6999
.github/workflows/cypress.yml
@@ -80,7 +80,7 @@ jobs:
80
run: npm run cypress:version
81
82
- name: Save context
83
- uses: buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
+ uses: buildjet/cache/save@v3
84
with:
85
key: cypress-context-${{ github.run_id }}
86
path: ./
@@ -103,7 +103,7 @@ jobs:
103
104
steps:
105
- name: Restore context
106
- uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
+ uses: buildjet/cache/restore@v3
107
108
fail-on-cache-miss: true
109
0 commit comments