Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 109b776

Browse files
Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2 (#3303)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c831920 commit 109b776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/[email protected].1 # https://github.com/gradle/wrapper-validation-action
57+
uses: gradle/[email protected].2 # 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)