Skip to content

Commit f490455

Browse files
committed
bump actions/cache to v4 per CI failing
1 parent 8a621ac commit f490455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ jobs:
9898
sudo udevadm trigger --name-match=kvm
9999
100100
- name: Gradle cache
101-
uses: actions/cache@v2
101+
uses: actions/cache@v4
102102
with:
103103
path: |
104104
~/.gradle/caches
105105
~/.gradle/wrapper
106106
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
107107

108108
- name: AVD cache
109-
uses: actions/cache@v2
109+
uses: actions/cache@v4
110110
id: avd-cache
111111
with:
112112
path: |

0 commit comments

Comments
 (0)