mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #42748 from nextcloud/dependabot/github_actions/actions/cache-3.3.3
This commit is contained in:
commit
f721e70046
1 changed files with 1 additions and 1 deletions
2
.github/workflows/command-compile.yml
vendored
2
.github/workflows/command-compile.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Restore cached git repository
|
||||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
with:
|
||||
path: .git
|
||||
key: git-repo
|
||||
|
|
|
|||
Loading…
Reference in a new issue