There was an error while loading. Please reload this page.
2 parents 50eafa0 + 77486af commit 9ce5033Copy full SHA for 9ce5033
1 file changed
.github/workflows/screenShotTest.yml
@@ -28,14 +28,14 @@ jobs:
28
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
30
- name: Gradle cache
31
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32
with:
33
path: |
34
~/.gradle/caches
35
~/.gradle/wrapper
36
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
37
- name: AVD cache
38
39
id: avd-cache
40
41
0 commit comments