Skip to content

Commit

Permalink
build(deps): bump gradle/actions from 3.4.2 to 3.5.0 (#3648)
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.4.2...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 202a7e8 commit b14f5ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}

- uses: gradle/actions/setup-gradle@v3.4.2
- uses: gradle/actions/setup-gradle@v3.5.0

- name: Build (Linux/Mac)
if: runner.os != 'Windows'
Expand All @@ -103,7 +103,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/actions/setup-gradle@v3.4.2
- uses: gradle/actions/setup-gradle@v3.5.0
with:
dependency-graph: generate-and-submit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
distribution: 'zulu'
java-version: 17
- uses: gradle/actions/wrapper-validation@v3.4.2
- uses: gradle/actions/wrapper-validation@v3.5.0

0 comments on commit b14f5ee

Please sign in to comment.