We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3392060 + 043a763 commit b42af69Copy full SHA for b42af69
.github/workflows/screenShotTest.yml
@@ -28,14 +28,14 @@ jobs:
28
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29
30
- name: Gradle cache
31
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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