From faa213c4231b70914f3b10371de55a80ac4a1bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 04:05:32 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.16.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.11.0 to 4.16.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.11.0...v4.16.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] --- .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..0b57340 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.16.0 with: commit_message: "diagrams: re-render of updated diagrams" commit_user_name: "${{ env.GIT_COMMIT_COMMITTER_NAME }}"