From f504a2c5359383592a12ba1c5f0145b453ce3ae7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:01:25 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v4.1.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 8521e32..6b76c62 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -63,7 +63,7 @@ jobs: id: node-version run: echo "version=$(jq -r .engines.node package.json)" >> $GITHUB_OUTPUT - name: Install Node - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ steps.node-version.outputs.version }} - uses: DanySK/build-check-deploy-gradle-action@3.5.3