aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-09-15 11:15:35 +0200
committerGitHub <noreply@github.com>2024-09-15 11:15:35 +0200
commit635f024e48f0c8a901bdb2a9a7c68aba6e2e7d98 (patch)
treebf7f488e9d3c1a6c2bd1ebf723a0a2882e7f99bd /.github
parent87b6999872b4bee76bf2b0807c81093ca29e17c4 (diff)
downloadnextcloud-server-635f024e48f0c8a901bdb2a9a7c68aba6e2e7d98.tar.gz
nextcloud-server-635f024e48f0c8a901bdb2a9a7c68aba6e2e7d98.zip
chore: update BuildJet/cache to v4fix/noid/try-latest-buildjet-cache
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github')
-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 5399642f489..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@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 }}