2 parents bfa3dc0 + df38093 commit ea5c230Copy full SHA for ea5c230
1 file changed
.github/workflows/gradle-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
42
43
- name: Cache Android SDK
44
- uses: actions/cache@v5
+ uses: actions/cache@v6
45
with:
46
path: ${{ env.ANDROID_HOME }}
47
key: ${{ runner.os }}-android-sdk
0 commit comments