Merge pull request #19 from Michatec/renovate/actions-cache-5.x

Update actions/cache action to v5
This commit is contained in:
Michachatz
2025-12-19 12:18:12 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ jobs:
- name: Cache Android SDK - name: Cache Android SDK
#id: cache-android-sdk #id: cache-android-sdk
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ${{ env.ANDROID_HOME }} path: ${{ env.ANDROID_HOME }}
key: ${{ runner.os }}-android-sdk key: ${{ runner.os }}-android-sdk