From 5c42b760b8dba586f1df3e3681e95b0665ccf07e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:25:42 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v5 --- .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 1f47a64..5cc6440 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: "lts/*" - name: Release