Skip to content

Commit cba66e2

Browse files
authored
Merge pull request #1198 from square/renovate/gradle-wrapper-validation-action-2.x
Update gradle/wrapper-validation-action action to v2
2 parents d523bad + 06a5c05 commit cba66e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/gradle-task/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs :
9191
${{runner.os}}-${{inputs.restore-cache-key}}-${{steps.hashes.outputs.lib_versions}}
9292
${{runner.os}}-${{inputs.restore-cache-key}}
9393
94-
- uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
94+
- uses : gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2
9595

9696
# Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
9797
- name : Run ${{inputs.task}}

.github/workflows/publish-release.yml

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

1313
steps:
1414
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15-
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
15+
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2
1616

1717
- name: Ensure this isn't a -SNAPSHOT version
1818
uses: ./.github/actions/gradle-task

.github/workflows/publish-snapshot.yml

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

1616
steps:
1717
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18-
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
18+
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2
1919

2020
- name: Check for -SNAPSHOT version
2121
uses: ./.github/actions/gradle-task

0 commit comments

Comments
 (0)