Update actions/cache action to v5

This commit is contained in:
renovate[bot]
2025-12-19 11:16:21 +00:00
committed by GitHub
parent b18b1803b7
commit 8edfb975a8

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