From a818ed1586cf85583c4ccebc079d78c1180c4f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:45:33 +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/quality-gate.yml | 2 +- .github/workflows/release-policy.yml | 2 +- .github/workflows/route-eas-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 7dd35d2..64654bf 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '24.x' cache: 'npm' diff --git a/.github/workflows/release-policy.yml b/.github/workflows/release-policy.yml index 2c34920..cc9b545 100644 --- a/.github/workflows/release-policy.yml +++ b/.github/workflows/release-policy.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '24.x' cache: 'npm' diff --git a/.github/workflows/route-eas-release.yml b/.github/workflows/route-eas-release.yml index 59130ce..14892bd 100644 --- a/.github/workflows/route-eas-release.yml +++ b/.github/workflows/route-eas-release.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '24.x' cache: 'npm'