From bcf6945381a47a9536f306d3a3e385652ec53e43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:07:42 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/deploy-and-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-and-e2e.yml b/.github/workflows/deploy-and-e2e.yml index 3a86b24f..b145bde3 100644 --- a/.github/workflows/deploy-and-e2e.yml +++ b/.github/workflows/deploy-and-e2e.yml @@ -70,7 +70,7 @@ jobs: run: | git checkout ${{ github.event.client_payload.countryconfig-image-tag || inputs.countryconfig-image-tag }} - name: Set up Node.js from country .nvmrc - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: .nvmrc @@ -154,7 +154,7 @@ jobs: run: | git checkout ${{ github.event.client_payload.countryconfig-image-tag || inputs.countryconfig-image-tag }} - name: Set up Node.js from country .nvmrc - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: .nvmrc