Skip to content

Commit

Permalink
build(deps): bump gradle/actions from 3.5.0 to 4 (#615)
Browse files Browse the repository at this point in the history
* build(deps): bump gradle/actions from 3.5.0 to 4

Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@d9c87d4...af1da67)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: cache cleanup enabled by default

https://github.com/gradle/actions/blob/v4/docs/setup-gradle.md#configuring-cache-cleanup

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Capt. Cutlass <5120290+ParanoidUser@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ParanoidUser committed Aug 5, 2024
1 parent d28eb64 commit e5d4682
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
with:
gradle-home-cache-cleanup: true
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4

- name: Test project
run: |
Expand Down Expand Up @@ -130,9 +128,8 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
with:
gradle-home-cache-cleanup: true
add-job-summary-as-pr-comment: always

- name: Analyze code quality
Expand Down

0 comments on commit e5d4682

Please sign in to comment.