Skip to content

Commit d092c78

Browse files
authored
Merge pull request #11237 from nextcloud/dependabot/github_actions/actions/cache-3.2.3
Build(deps): Bump actions/cache from 3.2.2 to 3.2.3
2 parents 1c7ffff + 1149b37 commit d092c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/screenShotTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2222

2323
- name: Gradle cache
24-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
24+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
2525
with:
2626
path: |
2727
~/.gradle/caches
2828
~/.gradle/wrapper
2929
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
3030
- name: AVD cache
31-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
31+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
3232
id: avd-cache
3333
with:
3434
path: |

0 commit comments

Comments
 (0)