Skip to content

Commit d62ad66

Browse files
Bump gradle/actions from 3 to 4 in the gha group (#474)
Bumps the gha group with 1 update: [gradle/actions](https://github.com/gradle/actions). Remove now redundant action, the wrapper validation is now done by default by setup-gradle. Updates `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 dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96272f6 commit d62ad66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: ${{ matrix.java }}
22-
- uses: gradle/actions/wrapper-validation@v3
23-
- uses: gradle/actions/setup-gradle@v3
22+
- uses: gradle/actions/setup-gradle@v4
2423
- run: ./gradlew assemble
2524
- run: ./gradlew check

0 commit comments

Comments
 (0)