From d5c75e0a9910d39baf57556ed5cbb6dd9ce4efcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 23:44:16 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v4.2.0 --- .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 382d1cbf..9e204b22 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -256,7 +256,7 @@ jobs: with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Install Node - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version-file: package.json - uses: DanySK/build-check-deploy-gradle-action@3.7.3