From 49b930049cf5aa0d078fd11c7f8df2808e25ae66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:27:45 +0000 Subject: [PATCH] ci(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 d0b98dc0..ce714ea8 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -58,7 +58,7 @@ jobs: with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Install Node - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version-file: package.json - uses: DanySK/build-check-deploy-gradle-action@4.0.41