Skip to content

Commit 5062306

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

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version-file: .python-version
4242
- name: Validate Gradle Wrapper
43-
uses: gradle/wrapper-validation-action@v2
43+
uses: gradle/wrapper-validation-action@v3
4444
- name: Cache konan
4545
uses: actions/cache@v4
4646
with:

.github/workflows/dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version-file: .java-version
1717
- name: Validate Gradle Wrapper
18-
uses: gradle/wrapper-validation-action@v2
18+
uses: gradle/wrapper-validation-action@v3
1919
- name: Gradle Dependency Submission
2020
uses: gradle/actions/dependency-submission@v3
2121
with:

.github/workflows/platform-benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version-file: .python-version
5151
- name: Validate Gradle Wrapper
52-
uses: gradle/wrapper-validation-action@v2
52+
uses: gradle/wrapper-validation-action@v3
5353
- name: Cache konan
5454
uses: actions/cache@v4
5555
with:

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: temurin
2222
java-version-file: .java-version
2323
- name: Validate Gradle Wrapper
24-
uses: gradle/wrapper-validation-action@v2
24+
uses: gradle/wrapper-validation-action@v3
2525
- name: Cache konan
2626
uses: actions/cache@v4
2727
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
python-version-file: .python-version
4343
- name: Validate Gradle Wrapper
44-
uses: gradle/wrapper-validation-action@v2
44+
uses: gradle/wrapper-validation-action@v3
4545
- name: Cache konan
4646
uses: actions/cache@v4
4747
with:

.github/workflows/snapshot_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version-file: .python-version
2929
- name: Validate Gradle Wrapper
30-
uses: gradle/wrapper-validation-action@v2
30+
uses: gradle/wrapper-validation-action@v3
3131
- name: Cache konan
3232
uses: actions/cache@v4
3333
with:

0 commit comments

Comments
 (0)