Skip to content

Commit ea5c230

Browse files
authored
Merge pull request #80 from Michatec/renovate/actions-cache-6.x
chore(deps): update actions/cache action to v6
2 parents bfa3dc0 + df38093 commit ea5c230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
4242
4343
- name: Cache Android SDK
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: ${{ env.ANDROID_HOME }}
4747
key: ${{ runner.os }}-android-sdk

0 commit comments

Comments
 (0)