Skip to content

Commit c765544

Browse files
Bump holowinski/plantuml-github-action (#899)
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](holowinski/plantuml-github-action@4313057...5ef932f) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4317e3 commit c765544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-plantuml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "::set-output name=files::$(git diff --name-only HEAD^1 HEAD | grep .puml | xargs)"
2121
2222
- name: Generate SVG Diagrams
23-
uses: holowinski/plantuml-github-action@4313057c5689e84119ace1c22416d5158da9e5ee
23+
uses: holowinski/plantuml-github-action@5ef932f0db4aa76e232fbf19f440248dd102b1d3
2424
with:
2525
args: -v -tsvg ${{steps.getfile.outputs.files}}
2626

0 commit comments

Comments
 (0)