Skip to content

Commit

Permalink
chore(deps): update gradle/wrapper-validation-action action to v3 (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 60ed726 commit c6bd16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
latest=`curl -s https://services.gradle.org/versions/current | jq -cr ".version"`
echo ::set-output name=latest_version::${latest}
./gradlew wrapper --gradle-version $latest
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/wrapper-validation-action@v3
- uses: stefanzweifel/[email protected]
with:
commit_message: Upgrade Gradle Wrapper to ${{ steps.update.outputs.latest_version }}
Expand Down

0 comments on commit c6bd16d

Please sign in to comment.