Skip to content

Commit 04fe11b

Browse files
Merge pull request #1283 from square/rick/wrapper-validation
replace deprecated `gradle/wrapper-validation-action` with `gradle/actions/wrapper-validation`
2 parents 38f6ae0 + e87953e commit 04fe11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
${{runner.os}}-${{inputs.restore-cache-key}}-${{steps.hashes.outputs.lib_versions}}
102102
${{runner.os}}-${{inputs.restore-cache-key}}
103103
104-
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2
104+
- uses: gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4
105105

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

0 commit comments

Comments
 (0)