Skip to content

Commit

Permalink
replace wrapper-validation-action as recommended
Browse files Browse the repository at this point in the history
> Users are encouraged to update their workflows, replacing:
> ```
> uses: gradle/wrapper-validation-action@v3
> ```
> with
> ```
> uses: gradle/actions/wrapper-validation@v3
> ```
[https://github.com/gradle/wrapper-validation-action/releases/tag/v3.3.1]

Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem committed Apr 19, 2024
1 parent 6b00f84 commit 5f7b574
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 @@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3.3.1
- uses: gradle/actions/[email protected]

0 comments on commit 5f7b574

Please sign in to comment.