aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-09-15 11:39:50 +0200
committerGitHub <noreply@github.com>2024-09-15 11:39:50 +0200
commit6d6baec54f3ebaf3d3917a58aa5281a7a21e738b (patch)
treebf7f488e9d3c1a6c2bd1ebf723a0a2882e7f99bd
parent427c7db47662d4e80d35d54388b994db792cc22c (diff)
parent635f024e48f0c8a901bdb2a9a7c68aba6e2e7d98 (diff)
downloadnextcloud-server-6d6baec54f3ebaf3d3917a58aa5281a7a21e738b.tar.gz
nextcloud-server-6d6baec54f3ebaf3d3917a58aa5281a7a21e738b.zip
Merge pull request #47999 from nextcloud/fix/noid/try-latest-buildjet-cache
-rw-r--r--.github/workflows/cypress.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 636192a6211..2a1d616f168 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -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: ./
@@ -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 }}