Skip to content

Commit

Permalink
Bump gradle/actions from 3.3.2 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.2 to 4.0.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.3.2...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 3ab086d commit 9272fc3
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 @@ -35,13 +35,13 @@ jobs:
uses: actions/checkout@v4

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.2
uses: gradle/actions/setup-gradle@v4.0.1
with:
gradle-home-cache-cleanup: true
- run: ./gradlew --version

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3.3.2
uses: gradle/actions/wrapper-validation@v4.0.1

- name: Configure JDK
uses: actions/[email protected]
Expand Down

0 comments on commit 9272fc3

Please sign in to comment.