From b8f30aa448c67d28cb0ecc11e76e6fc824259b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:39:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c19b174d9c..2ebf1add4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: version: 8.15.9 - name: Set node version to 16.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 16.x registry-url: https://registry.npmjs.org/