Skip to content

Bump holowinski/plantuml-github-action from 1.2024.2 to 1.2024.7 in the github-actions group across 1 directory #893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@b6b7058d58128873de83efa51b7ab04c6ae5b6aa
with:
args: -v -tsvg ${{steps.getfile.outputs.files}}

Expand Down
Loading