Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent 0c40d36 commit 802bd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
cache-overwrite-existing: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
cache-overwrite-existing: true

Expand Down

0 comments on commit 802bd26

Please sign in to comment.