Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 50af326 commit 4ab6fde
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/[email protected].0
uses: gradle/[email protected].1
with:
arguments: --no-configuration-cache check

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

- name: Run unit tests
uses: gradle/[email protected].0
uses: gradle/[email protected].1
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@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 # v3.3.1
with:
arguments: --no-configuration-cache publishAllPublicationsToMavenCentralRepository
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 4ab6fde

Please sign in to comment.