Skip to content

Commit 3248577

Browse files
authored
Merge pull request plantuml-stdlib#351 from kirchsth/feature/fix_deprecated_action_setup-graphviz
fix deprecated task in build: update to ts-graphviz/setup-graphviz@v2
2 parents 315b477 + 88f4a94 commit 3248577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-percy-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@master
1717
- name: Setup Graphviz
18-
uses: ts-graphviz/setup-graphviz@v1
18+
uses: ts-graphviz/setup-graphviz@v2
1919
- name: Process diagrams
2020
uses: Timmy/plantuml-action@v1
2121
with:

0 commit comments

Comments
 (0)