Skip to content

Commit

Permalink
Merge pull request #246 from android-password-store/renovate/gradle-g…
Browse files Browse the repository at this point in the history
…radle-build-action-2.x

chore(deps): update gradle/gradle-build-action action to v2.11.0
  • Loading branch information
renovate[bot] authored Dec 12, 2023
2 parents dc8a5b9 + 8645c06 commit d7c5222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: 18

- name: Run unit tests
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.0
with:
arguments: --no-configuration-cache check

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
java-version: 18

- name: Run unit tests
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.0
with:
arguments: --no-configuration-cache koverXmlReport

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

- name: Upload binaries
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0
with:
arguments: --no-configuration-cache publishAllPublicationsToMavenCentralRepository
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit d7c5222

Please sign in to comment.