From 08086927ea5518af8e7d70e24d9ef4400e8d64fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:26:04 +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 e3a793b..50b669d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -77,7 +77,7 @@ jobs: id: node-version run: echo "version=$(jq -r .engines.node package.json)" >> $GITHUB_OUTPUT - name: Install Node - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: ${{ steps.node-version.outputs.version }} - name: Release and container delivery