From 3dcacba9621fbd4cd8c4d0253ff11bb1d80c26ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 15 Sep 2024 11:43:08 +0200 Subject: [PATCH] chore: update buildjet/cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- workflow-templates/command-compile.yml | 2 +- workflow-templates/cypress.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/command-compile.yml b/workflow-templates/command-compile.yml index 26b7c001..848a5cd5 100644 --- a/workflow-templates/command-compile.yml +++ b/workflow-templates/command-compile.yml @@ -94,7 +94,7 @@ jobs: steps: - name: Restore cached git repository - uses: buildjet/cache@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3 + uses: buildjet/cache/save@v4 with: path: .git key: git-repo diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index a5f0730f..9857a195 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -75,7 +75,7 @@ jobs: TESTING=true npm run build --if-present - name: Save context - uses: buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3 + uses: buildjet/cache/save@v4 with: key: cypress-context-${{ github.run_id }} path: ./ @@ -95,7 +95,7 @@ jobs: steps: - name: Restore context - uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3 + uses: buildjet/cache/save@v4 with: fail-on-cache-miss: true key: cypress-context-${{ github.run_id }}