We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2e852 commit 7ca3278Copy full SHA for 7ca3278
.github/workflows/update-gradle-wrapper.yml
@@ -26,7 +26,7 @@ jobs:
26
echo ::set-output name=latest_version::${latest}
27
./gradlew wrapper --gradle-version $latest
28
- uses: gradle/wrapper-validation-action@v3
29
- - uses: stefanzweifel/git-auto-commit-action@v5.0.1
+ - uses: stefanzweifel/git-auto-commit-action@v5.1.0
30
with:
31
commit_message: Upgrade Gradle Wrapper to ${{ steps.update.outputs.latest_version }}
32
commit_user_name: micronaut-build
0 commit comments