Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent ed96d9e commit 393a80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: "adopt"

- name: "Gradle build"
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: "build"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}"

- name: "Publish"
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: "publish"
env:
Expand Down

0 comments on commit 393a80b

Please sign in to comment.