Skip to content

Commit 9ce5033

Browse files
Merge pull request #16398 from nextcloud/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5.0.3
2 parents 50eafa0 + 77486af commit 9ce5033

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
- name: Gradle cache
31-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
31+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
38+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3939
id: avd-cache
4040
with:
4141
path: |

0 commit comments

Comments
 (0)