From 1f3f5bade147ae7c7a44b2a46ed24947cdb30621 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:51:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/build-and-test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-and-deploy.yml b/.github/workflows/build-and-test-and-deploy.yml index a93f17c..0b7802d 100644 --- a/.github/workflows/build-and-test-and-deploy.yml +++ b/.github/workflows/build-and-test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}