Skip to content

Commit ce265c6

Browse files
Bump gradle/actions from 3 to 4 in the gha group (#79)
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] <support@github.com>
1 parent d370152 commit ce265c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
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

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
distribution: 'temurin'
1515
java-version: 11
16-
- uses: gradle/actions/setup-gradle@v3
16+
- uses: gradle/actions/setup-gradle@v4
1717
- run: ./gradlew publishPlugin
1818
env:
1919
GRADLE_PUBLISH_KEY: ${{ secrets.ZAPBOT_GRADLE_PUBLISH_KEY }}

0 commit comments

Comments
 (0)