From c22ecbfda7a681f617dee613ab050a542ae3d0ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:54:19 +0000 Subject: [PATCH] chore(actions): update actions/setup-node action to v6 --- .github/workflows/publish-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index cf07531c..2219b005 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -56,7 +56,7 @@ jobs: echo "node_version=${node_version}" >> $GITHUB_OUTPUT - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ steps.get_node_version.outputs.node_version }}