From 62637440e5daaa39b9b142aecfe23e548f73863f Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 6 Apr 2026 08:46:43 -0400 Subject: [PATCH 1/3] ci(cypress): drop buildjet/cache buildjet/cache is shutting down: https://buildjet.com/for-github-actions/blog/we-are-shutting-down Signed-off-by: Josh --- workflow-templates/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index 9a477e1..60e2148 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -81,7 +81,7 @@ jobs: TESTING=true npm run build --if-present - name: Save context - uses: buildjet/cache/save@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4.0.2 + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: cypress-context-${{ github.run_id }} path: ./ @@ -101,7 +101,7 @@ jobs: steps: - name: Restore context - uses: buildjet/cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4.0.2 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: fail-on-cache-miss: true key: cypress-context-${{ github.run_id }} From 7c7169b8570e1982ac51db81ffb1d9fcd6ebd96c Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 6 Apr 2026 08:48:08 -0400 Subject: [PATCH 2/3] ci(cmd-openapi): drop buildjet Signed-off-by: Josh --- workflow-templates/command-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/command-openapi.yml b/workflow-templates/command-openapi.yml index e951f50..e2d9331 100644 --- a/workflow-templates/command-openapi.yml +++ b/workflow-templates/command-openapi.yml @@ -97,7 +97,7 @@ jobs: steps: - name: Restore cached git repository - uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4.0.2 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: .git key: git-repo From c5679031a7d87cf026f5b874411f63a68bbf762b Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 6 Apr 2026 08:49:09 -0400 Subject: [PATCH 3/3] ci(cmd-compile): drop buildjet Signed-off-by: Josh --- workflow-templates/command-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/command-compile.yml b/workflow-templates/command-compile.yml index d3cd4ae..d9b4a0b 100644 --- a/workflow-templates/command-compile.yml +++ b/workflow-templates/command-compile.yml @@ -97,7 +97,7 @@ jobs: steps: - name: Restore cached git repository - uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4.0.2 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: .git key: git-repo