Skip to content

Commit

Permalink
Build(deps): bump gradle/actions from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent c6b9275 commit 6bf4512
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 @@ -37,7 +37,7 @@ jobs:
java-version: 21
distribution: 'zulu'
- name: Verify gradle-wrapper checksum
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4
- name: configure macOS/Intel Gradle
if: matrix.os == 'macos-13'
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
brew install make clang-format
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: false
# The build step includes :spotlessJavaBuild.
Expand Down

0 comments on commit 6bf4512

Please sign in to comment.