Skip to content

Commit

Permalink
build(deps): bump gradle/actions from 3.3.1 to 3.3.2 (#3586)
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.3.1...v3.3.2)

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

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] authored Apr 29, 2024
1 parent 938d173 commit b272705
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 }}
- name: Build and test
uses: gradle/actions/setup-gradle@v3.3.1
uses: gradle/actions/setup-gradle@v3.3.2
with:
arguments: build shadowJar proguard

Expand All @@ -96,7 +96,7 @@ jobs:
distribution: 'zulu'
java-version: 17
- name: Build
uses: gradle/actions/setup-gradle@v3.3.1
uses: gradle/actions/setup-gradle@v3.3.2
with:
dependency-graph: generate-and-submit
arguments: build shadowJar proguard
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.3.1
- uses: gradle/actions/wrapper-validation@v3.3.2

0 comments on commit b272705

Please sign in to comment.