From 88f4a9494d9e4a6344dddb565fc9dfdb444a1cf6 Mon Sep 17 00:00:00 2001 From: kirchsth Date: Wed, 1 May 2024 16:17:25 +0200 Subject: [PATCH] fix build warning: "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1" --- .github/workflows/run-percy-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-percy-tests.yml b/.github/workflows/run-percy-tests.yml index 04ca48cc..c89b75af 100644 --- a/.github/workflows/run-percy-tests.yml +++ b/.github/workflows/run-percy-tests.yml @@ -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: