From 4e70e83ad9ce7ab8e7e34e3b138a4445bc934883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:49:00 +0200 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 (#406) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.14.1 to 4.15.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.14.1...v4.15.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-gradle-wrapper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 17a54ada..83c36368 100644 --- a/.github/workflows/update-gradle-wrapper.yml +++ b/.github/workflows/update-gradle-wrapper.yml @@ -17,7 +17,7 @@ jobs: echo ::set-output name=latest_version::${latest} ./gradlew wrapper --gradle-version $latest - uses: gradle/wrapper-validation-action@v1.0.4 - - uses: stefanzweifel/git-auto-commit-action@v4.14.1 + - uses: stefanzweifel/git-auto-commit-action@v4.15.0 with: commit_message: Upgrade Gradle Wrapper to ${{ steps.update.outputs.latest_version }} commit_user_name: micronaut-build