diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e9d358f..50714921 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Cache AVD - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.config/.android/avd key: avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there