Skip to content

Commit

Permalink
Merge pull request #351 from kirchsth/feature/fix_deprecated_action_s…
Browse files Browse the repository at this point in the history
…etup-graphviz

fix deprecated task in build: update to ts-graphviz/setup-graphviz@v2
  • Loading branch information
Potherca committed May 3, 2024
2 parents 315b477 + 88f4a94 commit 3248577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-percy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3248577

Please sign in to comment.