From 2cf7e2345e1e2a4f72a6b44a557b4b0504205e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 04:12:09 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.15.3 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.11.0 to 4.15.3. - [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.11.0...v4.15.3) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/diagrams-render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diagrams-render.yaml b/.github/workflows/diagrams-render.yaml index f2f5a36..8c5e0e2 100644 --- a/.github/workflows/diagrams-render.yaml +++ b/.github/workflows/diagrams-render.yaml @@ -30,7 +30,7 @@ jobs: } >>"$GITHUB_ENV" - name: Commit changed files - uses: stefanzweifel/git-auto-commit-action@v4.11.0 + uses: stefanzweifel/git-auto-commit-action@v4.15.3 with: commit_message: "diagrams: re-render of updated diagrams" commit_user_name: "${{ env.GIT_COMMIT_COMMITTER_NAME }}"