From c2f84fd7b5a9c1c8f7e68d4c1c8b1b10457c536e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 00:44:29 +0000 Subject: [PATCH] :arrow_up: Actions: Bump actions/setup-node from 6 to 7 --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fetch-people-profiles.yml | 2 +- .github/workflows/main-build-and-deploy.yml | 2 +- .github/workflows/pr-lint-code.yml | 2 +- .github/workflows/pr-tests.yml | 2 +- .github/workflows/template-lighthouse.yml | 2 +- .github/workflows/template-ui-tests.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fetch-people-profiles.yml b/.github/workflows/fetch-people-profiles.yml index 4e55ffdd59..1a349420b2 100644 --- a/.github/workflows/fetch-people-profiles.yml +++ b/.github/workflows/fetch-people-profiles.yml @@ -27,7 +27,7 @@ jobs: package_json_file: package.json standalone: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ${{ env.GITHUB_WORKSPACE }}/.nvmrc cache: "pnpm" diff --git a/.github/workflows/main-build-and-deploy.yml b/.github/workflows/main-build-and-deploy.yml index d54a70cffd..b920cbef63 100644 --- a/.github/workflows/main-build-and-deploy.yml +++ b/.github/workflows/main-build-and-deploy.yml @@ -29,7 +29,7 @@ jobs: with: package_json_file: package.json standalone: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/pr-lint-code.yml b/.github/workflows/pr-lint-code.yml index d13a74fe21..466c869236 100644 --- a/.github/workflows/pr-lint-code.yml +++ b/.github/workflows/pr-lint-code.yml @@ -37,7 +37,7 @@ jobs: standalone: true - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 2f620bab64..ffcf7b2403 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -28,7 +28,7 @@ jobs: with: package_json_file: package.json standalone: true - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/template-lighthouse.yml b/.github/workflows/template-lighthouse.yml index 9061f76661..a88a657a83 100644 --- a/.github/workflows/template-lighthouse.yml +++ b/.github/workflows/template-lighthouse.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ inputs.ref || github.event.pull_request.head.ref || github.ref }} repository: ${{ inputs.repository || github.event.pull_request.head.repo.full_name || github.repository }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index ffbdb33401..ab5264b1bd 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -38,7 +38,7 @@ jobs: standalone: true - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "pnpm"