Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 121453f

Browse files
Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v1...v2) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62435dd commit 121453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: 'ubuntu-latest'
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: gradle/wrapper-validation-action@v1
9+
- uses: gradle/wrapper-validation-action@v2
1010
verify:
1111
name: 'Java ${{ matrix.java }}'
1212
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)