Skip to content

Commit

Permalink
build(deps): bump gradle/actions from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@417ae3c...e24011a)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 114d51d commit 157e587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
java-version: 17

- name: Test project
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3.2.0
with:
gradle-home-cache-cleanup: true
arguments: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Analyze code quality (main)
if: startsWith(github.event_name, 'pull_request') == false
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3.2.0
with:
gradle-home-cache-cleanup: true
dependency-graph: generate-and-submit
Expand All @@ -151,7 +151,7 @@ jobs:
- name: Analyze code quality (PR)
if: startsWith(github.event_name, 'pull_request')
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3.2.0
with:
gradle-home-cache-cleanup: true
add-job-summary-as-pr-comment: always
Expand Down

0 comments on commit 157e587

Please sign in to comment.