aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-09-15 10:50:16 +0200
committerMarcel Müller <marcel-mueller@gmx.de>2024-09-15 10:51:54 +0200
commit87b6999872b4bee76bf2b0807c81093ca29e17c4 (patch)
treef941b5ec7b6ab16e26a76455f753300419cc678d /.github
parent427c7db47662d4e80d35d54388b994db792cc22c (diff)
downloadnextcloud-server-87b6999872b4bee76bf2b0807c81093ca29e17c4.tar.gz
nextcloud-server-87b6999872b4bee76bf2b0807c81093ca29e17c4.zip
fix(ci): Use latest buildjet version
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
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 636192a6211..5399642f489 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@v3
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@v3
with:
fail-on-cache-miss: true
key: cypress-context-${{ github.run_id }}