We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a621ac commit f490455Copy full SHA for f490455
.github/workflows/build.yml
@@ -98,15 +98,15 @@ jobs:
98
sudo udevadm trigger --name-match=kvm
99
100
- name: Gradle cache
101
- uses: actions/cache@v2
+ uses: actions/cache@v4
102
with:
103
path: |
104
~/.gradle/caches
105
~/.gradle/wrapper
106
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
107
108
- name: AVD cache
109
110
id: avd-cache
111
112
0 commit comments