Skip to content

Commit e5ca794

Browse files
Merge pull request #16310 from nextcloud/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5.0.2
2 parents 7280840 + 3192e1c commit e5ca794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
38+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3939
id: avd-cache
4040
with:
4141
path: |

0 commit comments

Comments
 (0)