From 27848c53402cf9a433e131e23401c43383e87ee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:33:24 +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 3cd13735..cfa1837b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -56,7 +56,7 @@ jobs: submodules: recursive 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.6