Skip to content

Commit ba9a334

Browse files
Bump gradle/actions from 3 to 4 in the gha group
Bumps the gha group with 1 update: [gradle/actions](https://github.com/gradle/actions). 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 ba9a334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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/wrapper-validation@v4
23+
- uses: gradle/actions/setup-gradle@v4
2424
- run: ./gradlew assemble
2525
- run: ./gradlew check

0 commit comments

Comments
 (0)