Skip to content

Commit b42af69

Browse files
Merge pull request #16135 from nextcloud/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 3392060 + 043a763 commit b42af69

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
@@ -28,14 +28,14 @@ jobs:
2828
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929

3030
- name: Gradle cache
31-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3232
with:
3333
path: |
3434
~/.gradle/caches
3535
~/.gradle/wrapper
3636
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
3737
- name: AVD cache
38-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
38+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3939
id: avd-cache
4040
with:
4141
path: |

0 commit comments

Comments
 (0)