From c1341ed617c4f8eb2a80e12004093f59faeb61e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:58:37 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v3.8.2 --- .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 e8963c1e..11013847 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -55,7 +55,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@v3.8.2 with: node-version: ${{ steps.node-version.outputs.version }} - uses: DanySK/build-check-deploy-gradle-action@2.2.10