Skip to content

Commit

Permalink
Merge pull request nextcloud#47999 from nextcloud/fix/noid/try-latest…
Browse files Browse the repository at this point in the history
…-buildjet-cache
  • Loading branch information
skjnldsv authored Sep 15, 2024
2 parents 427c7db + 635f024 commit 6d6baec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: npm run cypress:version

- name: Save context
uses: buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
uses: buildjet/cache/save@v4
with:
key: cypress-context-${{ github.run_id }}
path: ./
Expand All @@ -103,7 +103,7 @@ jobs:

steps:
- name: Restore context
uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
uses: buildjet/cache/restore@v4
with:
fail-on-cache-miss: true
key: cypress-context-${{ github.run_id }}
Expand Down

0 comments on commit 6d6baec

Please sign in to comment.