Skip to content

Commit

Permalink
ci(deps): update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 1c78d0d commit 31aa9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'temurin'

- name: Check & Test
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
distributions-cache-enabled: true
configuration-cache-enabled: true
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
distribution: 'temurin'

- name: Publish publications
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: publish --stacktrace

Expand Down

0 comments on commit 31aa9c4

Please sign in to comment.