From 65029f2ce1f09f1210707d20e4f11980b5babf35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:37:30 +0000 Subject: [PATCH] ci(deps): update actions/setup-node action to v4.1.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 4d69988..31a22a6 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -76,7 +76,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Install Node - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - run: |