From 168a0607589f6a7439d1b2ae3defdafe615f1fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:53:58 +0000 Subject: [PATCH] ci: bump actions/setup-node from 4 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) --- 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/ci-postgres.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/desktop-release.yml | 4 ++-- .github/workflows/e2e-cross-os.yml | 2 +- .github/workflows/homepage-loops.yml | 2 +- .github/workflows/module-captures.yml | 2 +- .github/workflows/pypi-publish.yml | 2 +- .github/workflows/sbom-and-licenses.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-postgres.yml b/.github/workflows/ci-postgres.yml index 7b74174dc9..c85dbb4a47 100644 --- a/.github/workflows/ci-postgres.yml +++ b/.github/workflows/ci-postgres.yml @@ -302,7 +302,7 @@ jobs: src/shared/lib/i18nInterpolatedKeys.test.ts steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "20" cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 734e7d712e..e50ff6785f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,7 +277,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" cache: npm diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 0cec113cd3..df43ab2c36 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -48,7 +48,7 @@ jobs: python-version: "3.12" - name: Set up Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" cache: "npm" @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" cache: "npm" diff --git a/.github/workflows/e2e-cross-os.yml b/.github/workflows/e2e-cross-os.yml index 52c4c1b507..886bb80e7e 100644 --- a/.github/workflows/e2e-cross-os.yml +++ b/.github/workflows/e2e-cross-os.yml @@ -54,7 +54,7 @@ jobs: cache-dependency-path: backend/pyproject.toml - name: Set up Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" cache: npm diff --git a/.github/workflows/homepage-loops.yml b/.github/workflows/homepage-loops.yml index 897af8028c..7247b5355e 100644 --- a/.github/workflows/homepage-loops.yml +++ b/.github/workflows/homepage-loops.yml @@ -48,7 +48,7 @@ jobs: cache-dependency-path: backend/pyproject.toml - name: Set up Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" cache: npm diff --git a/.github/workflows/module-captures.yml b/.github/workflows/module-captures.yml index 60e4c21a5f..8a043c716e 100644 --- a/.github/workflows/module-captures.yml +++ b/.github/workflows/module-captures.yml @@ -47,7 +47,7 @@ jobs: cache-dependency-path: backend/pyproject.toml - name: Set up Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" cache: npm diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 574684309a..c4373213d0 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -58,7 +58,7 @@ jobs: run: python scripts/check_repo_hygiene.py - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: # Cesium 1.137+ requires Node 22; tsc-on-prebuild needs the full # devDeps set, so the frontend job is locked to 22. diff --git a/.github/workflows/sbom-and-licenses.yml b/.github/workflows/sbom-and-licenses.yml index 0a9d8e6919..046641154c 100644 --- a/.github/workflows/sbom-and-licenses.yml +++ b/.github/workflows/sbom-and-licenses.yml @@ -21,7 +21,7 @@ jobs: python-version: "3.12" - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20"