Skip to content

Commit

Permalink
Update gradle build action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Sep 4, 2023
1 parent 77d4cfc commit 9f7263f
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-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: 'gradle'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.8.0
with:
gradle-version: current
gradle-home-cache-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
bundler-cache: true

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.8.0
with:
gradle-version: current
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 9f7263f

Please sign in to comment.