From 969ab81b334f006920ba8ac12a3f218d41c669da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:33:06 +0100 Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#157) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/generate-uml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-uml.yml b/.github/workflows/generate-uml.yml index e98a5bb..cf80827 100644 --- a/.github/workflows/generate-uml.yml +++ b/.github/workflows/generate-uml.yml @@ -12,7 +12,7 @@ jobs: - uses: ts-graphviz/setup-graphviz@v2 - run: curl -LJ https://github.com/plantuml/plantuml/releases/download/v1.2022.7/plantuml-1.2022.7.jar -o plantuml.jar - run: java -jar plantuml.jar -v -tpng -r design/plantuml/**.puml -o ../../static/images - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'docs: generate UML diagrams' file_pattern: 'static/images/*.png'