Skip to content

Commit e87953e

Browse files
RBusarowsteve-the-edwards
authored andcommitted
replace deprecated gradle/wrapper-validation-action with gradle/actions/wrapper-validation
It's the same action, just renamed and much more current. The rename meant that Renovate didn't recognize the update.
1 parent 6874ccb commit e87953e

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)