Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3.3.2
Browse files Browse the repository at this point in the history
renovate[bot] authored Apr 25, 2024
1 parent c83ae27 commit 7477846
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
@@ -31,7 +31,7 @@ jobs:
java-version: 18

- name: Run unit tests
uses: gradle/gradle-build-action@v3.3.1
uses: gradle/gradle-build-action@v3.3.2
with:
arguments: --no-configuration-cache check

@@ -59,7 +59,7 @@ jobs:
java-version: 18

- name: Run unit tests
uses: gradle/gradle-build-action@v3.3.1
uses: gradle/gradle-build-action@v3.3.2
with:
arguments: --no-configuration-cache koverXmlReport

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

- name: Upload binaries
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 # v3.3.1
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff # v3.3.2
with:
arguments: --no-configuration-cache publishAllPublicationsToMavenCentralRepository
gradle-home-cache-cleanup: true

0 comments on commit 7477846

Please sign in to comment.