From 95bf322d76c4344ab10cf090e8d0dab50180115d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:19:03 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v4.0.4 --- .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 6459160fa..a439983cc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -166,7 +166,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.2 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ steps.node-version.outputs.version }} - uses: DanySK/build-check-deploy-gradle-action@2.4.22