From c419304c3db06b48b3b67ac3540157b0c68e6e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:04:50 +0000 Subject: [PATCH] Bump holowinski/plantuml-github-action Bumps the github-actions group with 1 update in the / directory: [holowinski/plantuml-github-action](https://github.com/holowinski/plantuml-github-action). Updates `holowinski/plantuml-github-action` from 1.2024.2 to 1.2024.8 - [Release notes](https://github.com/holowinski/plantuml-github-action/releases) - [Commits](https://github.com/holowinski/plantuml-github-action/compare/4313057c5689e84119ace1c22416d5158da9e5ee...5ef932f0db4aa76e232fbf19f440248dd102b1d3) --- updated-dependencies: - dependency-name: holowinski/plantuml-github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-plantuml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-plantuml.yml b/.github/workflows/generate-plantuml.yml index 375c7a4c..67f805ef 100644 --- a/.github/workflows/generate-plantuml.yml +++ b/.github/workflows/generate-plantuml.yml @@ -20,7 +20,7 @@ jobs: echo "::set-output name=files::$(git diff --name-only HEAD^1 HEAD | grep .puml | xargs)" - name: Generate SVG Diagrams - uses: holowinski/plantuml-github-action@4313057c5689e84119ace1c22416d5158da9e5ee + uses: holowinski/plantuml-github-action@5ef932f0db4aa76e232fbf19f440248dd102b1d3 with: args: -v -tsvg ${{steps.getfile.outputs.files}}