Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.6.1 (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent 4a3be85 commit 0953df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "sdk.dir=${ANDROID_HOME}" > local.properties
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.6.1

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
restore-keys: native-cache-

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.6.1

- name: Build with Gradle
run: |
Expand Down

0 comments on commit 0953df8

Please sign in to comment.