From 169db8fbe3b0624580213130ccee9e27f6db15f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:36:58 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v6.3.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 c1d644b..aea2ffd 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -51,7 +51,7 @@ jobs: echo docker build -t "$IMAGE_NAME:latest" . docker build -t "$IMAGE_NAME:latest" . - name: Install Node - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version-file: package.json - name: Create Release