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 1c7ffff + 1149b37 commit d092c78Copy full SHA for d092c78
.github/workflows/screenShotTest.yml
@@ -21,14 +21,14 @@ jobs:
21
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
22
23
- name: Gradle cache
24
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
+ uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
25
with:
26
path: |
27
~/.gradle/caches
28
~/.gradle/wrapper
29
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
30
- name: AVD cache
31
32
id: avd-cache
33
34
0 commit comments