From 0cac1cf50182c204a372cdf284ba4d0c83d11230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:09:06 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 48bd0f8d5..e18b0ac79 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ github.ref }} - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: '20.x'