aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2025-01-15 09:17:55 +0100
committerGitHub <noreply@github.com>2025-01-15 09:17:55 +0100
commitf1715122829d136c6ceb70e01214c4065cf3b810 (patch)
tree23cb061a5f0b9241d6e71ceaa3752e722f4ca442
parent30b6ad5e6fa0bb3b3cfea22dc4847c183e891d88 (diff)
parent0ffdb18f9d83184d47dd5abcde18004de01487c5 (diff)
downloadnextcloud-server-f1715122829d136c6ceb70e01214c4065cf3b810.tar.gz
nextcloud-server-f1715122829d136c6ceb70e01214c4065cf3b810.zip
Merge pull request #50188 from nextcloud/skjnldsv-patch-1
fix(command-compile): cache restore action
-rw-r--r--.github/workflows/command-compile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml
index 54d4a5caaf3..79395fb2bef 100644
--- a/.github/workflows/command-compile.yml
+++ b/.github/workflows/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