diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-09-15 11:15:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 11:15:35 +0200 |
commit | 635f024e48f0c8a901bdb2a9a7c68aba6e2e7d98 (patch) | |
tree | bf7f488e9d3c1a6c2bd1ebf723a0a2882e7f99bd /.github | |
parent | 87b6999872b4bee76bf2b0807c81093ca29e17c4 (diff) | |
download | nextcloud-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.yml | 4 |
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 }} |