Skip to content

Bump the github-actions group across 1 directory with 2 updates #908

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/generate-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ 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@5ef932f0db4aa76e232fbf19f440248dd102b1d3
uses: holowinski/plantuml-github-action@533388206d74e8063052f3067d1a03d93a3e87d2
with:
args: -v -tsvg ${{steps.getfile.outputs.files}}

- name: Push Local Changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
uses: stefanzweifel/git-auto-commit-action@v5.2.0
with:
commit_message: "Generate SVG files for PlantUML diagrams"
branch: ${{ github.head_ref }}