Skip to content

Commit

Permalink
Bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 (#1143)
Browse files Browse the repository at this point in the history
Release notes
[from https://github.com/gradle/wrapper-validation-action/releases]

v1.1.0
The action now adds the path of the failed wrapper Jar as a
`failed-wrapper` Step output parameter.
This makes the value available for reporting in later Steps/Jobs.
  • Loading branch information
hankem authored Jul 27, 2023
2 parents dd17fd9 + ba8c46c commit b3c2067
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@v3
- uses: gradle/wrapper-validation-action@v1.0.6
- uses: gradle/wrapper-validation-action@v1.1.0

0 comments on commit b3c2067

Please sign in to comment.