Skip to content

Commit

Permalink
Merge pull request #355 from skydoves/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v3
  • Loading branch information
skydoves authored Oct 17, 2023
2 parents f4caa15 + 7a1449e commit 6d2af63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
java-version: 17

- name: Cache Gradle and wrapper
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 6d2af63

Please sign in to comment.