Skip to content

Commit e262ed4

Browse files
Update gradle/gradle-build-action action to v3 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ae7c1a commit e262ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Android SDK # required for integration tests
7979
uses: android-actions/setup-android@v3
8080

81-
- uses: gradle/gradle-build-action@v2
81+
- uses: gradle/gradle-build-action@v3
8282
with:
8383
gradle-home-cache-cleanup: true
8484
arguments: ${{ inputs.gradle-task }}

0 commit comments

Comments
 (0)