From ed8f238be8e9c9f21fb0dc95420079bcc5d3a464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:34:07 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v4 --- .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 9ca80a0..af7e42b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -153,7 +153,7 @@ jobs: id: node-version run: echo "version=$(jq -r .engines.node package.json)" >> $GITHUB_OUTPUT - name: Install Node - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ steps.node-version.outputs.version }} - uses: DanySK/build-check-deploy-gradle-action@2.2.10