Skip to content

Commit 14d1a83

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4e8445 commit 14d1a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "latest_version=${latest}" >> $GITHUB_OUTPUT
2727
./gradlew wrapper --gradle-version $latest
2828
- uses: gradle/actions/wrapper-validation@v4
29-
- uses: stefanzweifel/git-auto-commit-action@v6
29+
- uses: stefanzweifel/git-auto-commit-action@v7
3030
with:
3131
commit_message: Upgrade Gradle Wrapper to ${{ steps.update.outputs.latest_version }}
3232
commit_user_name: micronaut-build

0 commit comments

Comments
 (0)