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.
1 parent bf81f50 commit f354b84Copy full SHA for f354b84
1 file changed
.github/workflows/screenShotTest.yml
@@ -28,14 +28,14 @@ jobs:
28
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29
30
- name: Gradle cache
31
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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