From dbf38f1e9e4b8f5ecd8b87750077c5936e04eba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 19 Oct 2023 08:34:31 +0200 Subject: [PATCH] perf: use `buildjet/cache` instead of `action/cache` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- 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 f15e0ae6..42bfae7b 100644 --- a/workflow-templates/command-compile.yml +++ b/workflow-templates/command-compile.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Restore cached git repository - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: buildjet/cache@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3 with: path: .git key: git-repo