From 635f024e48f0c8a901bdb2a9a7c68aba6e2e7d98 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Sun, 15 Sep 2024 11:15:35 +0200 Subject: chore: update BuildJet/cache to v4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 }} -- cgit v1.2.3