Skip to content

Commit fa31e11

Browse files
Bump gradle/wrapper-validation-action from 2.0.0 to 2.0.1 (#3264)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action 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>
1 parent efa8d2a commit fa31e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: 3. Validate Gradle wrapper
5656
if: matrix.java == 11 && matrix.entry.mock-maker == 'mock-maker-default' # SINGLE-MATRIX-JOB
57-
uses: gradle/wrapper-validation-action@v2.0.0 # https://github.com/gradle/wrapper-validation-action
57+
uses: gradle/wrapper-validation-action@v2.0.1 # https://github.com/gradle/wrapper-validation-action
5858

5959
- name: 4. Build and check reproducibility of artifacts (single job only)
6060
if: matrix.java == 11 && matrix.entry.mock-maker == 'mock-maker-default' # SINGLE-MATRIX-JOB

0 commit comments

Comments
 (0)