Skip to content

Commit c1c1936

Browse files
Update gradle/wrapper-validation-action action to v3 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1494a6e commit c1c1936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_gradle_task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ref: ${{ inputs.checkout-ref || github.ref }}
6262

6363
- name: Validate Gradle Wrapper
64-
uses: gradle/wrapper-validation-action@v2
64+
uses: gradle/wrapper-validation-action@v3
6565

6666
- name: Setup JDK
6767
uses: actions/setup-java@v4

.github/workflows/run_publish_site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ inputs.checkout-ref || github.ref }}
3333

3434
- name: Validate Gradle Wrapper
35-
uses: gradle/wrapper-validation-action@v2
35+
uses: gradle/wrapper-validation-action@v3
3636

3737
- name: Setup JDK
3838
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)