Skip to content

Commit

Permalink
fix build warning: "Node.js 16 actions are deprecated. Please update …
Browse files Browse the repository at this point in the history
…the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1"
  • Loading branch information
kirchsth committed May 1, 2024
1 parent 315b477 commit 88f4a94
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 88f4a94

Please sign in to comment.