Merge pull request #351 from kirchsth/feature/fix_deprecated_action_setup-graphviz

fix deprecated task in build: update to ts-graphviz/setup-graphviz@v2
pull/354/head
Ben Peachey 2 years ago committed by GitHub
commit 3248577f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
- name: Process diagrams
uses: Timmy/plantuml-action@v1
with:

Loading…
Cancel
Save