From 639b265c8150d566c5d5ecd7332800cc1c6e6ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 15 Jan 2025 09:17:13 +0100 Subject: [PATCH] fix(command-compile): cache restore action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/nextcloud/.github/pull/431#discussion_r1760030627 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 c7accfa..65b1fe1 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/save@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4.0.2 + uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4.0.2 with: path: .git key: git-repo