Skip to content

Commit

Permalink
Replace gradle/wrapper-validation-action with gradle/actions/wrapper-…
Browse files Browse the repository at this point in the history
…validation-action (#22224)

### Description
Replace gradle/wrapper-validation-action with
gradle/actions/wrapper-validation-action


### Motivation and Context
This is recommended by
https://github.com/gradle/wrapper-validation-action. This job uses
deprecated functionality from the 'gradle/wrapper-validation-action'
action.
  • Loading branch information
jchen351 authored Sep 30, 2024
1 parent 8120757 commit ebcf2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
- uses: gradle/actions/wrapper-validation@v4

0 comments on commit ebcf2fc

Please sign in to comment.