From e7cf08b77b0f9e379bd6a4c4109574b5dc01fb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:54:09 +0000 Subject: [PATCH] chore(deps): 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.yml | 4 ++-- .github/workflows/modonome-auto.yml | 4 ++-- .github/workflows/modonome-review.yml | 2 +- .github/workflows/modonome-schedule.yml | 6 +++--- .github/workflows/publish-edge.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/self-govern.yml | 2 +- .github/workflows/sync-site-data.yml | 2 +- action.yml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c74d18d..c13c92f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 @@ -224,7 +224,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 diff --git a/.github/workflows/modonome-auto.yml b/.github/workflows/modonome-auto.yml index 7cdd15d2..880af683 100644 --- a/.github/workflows/modonome-auto.yml +++ b/.github/workflows/modonome-auto.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20' - name: Guard against same model for both roles @@ -102,7 +102,7 @@ jobs: with: ref: ${{ needs.maker.outputs.branch }} fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20' - name: Deterministic gates (run by the checker, who did not author the diff) diff --git a/.github/workflows/modonome-review.yml b/.github/workflows/modonome-review.yml index e929097d..e22abbee 100644 --- a/.github/workflows/modonome-review.yml +++ b/.github/workflows/modonome-review.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" diff --git a/.github/workflows/modonome-schedule.yml b/.github/workflows/modonome-schedule.yml index 8f799a03..b578ae0c 100644 --- a/.github/workflows/modonome-schedule.yml +++ b/.github/workflows/modonome-schedule.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20' - name: Install Claude Code CLI @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20' - name: Install Claude Code CLI @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20' - name: Install Claude Code CLI diff --git a/.github/workflows/publish-edge.yml b/.github/workflows/publish-edge.yml index 75f99ebf..a73734b8 100644 --- a/.github/workflows/publish-edge.yml +++ b/.github/workflows/publish-edge.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js Environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 registry-url: https://registry.npmjs.org diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 98bab25a..985110f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: package.json registry-url: https://registry.npmjs.org @@ -62,7 +62,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: package.json registry-url: https://registry.npmjs.org diff --git a/.github/workflows/self-govern.yml b/.github/workflows/self-govern.yml index 5342213e..0350a341 100644 --- a/.github/workflows/self-govern.yml +++ b/.github/workflows/self-govern.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20' - name: Install Claude Code CLI diff --git a/.github/workflows/sync-site-data.yml b/.github/workflows/sync-site-data.yml index ec34e973..c6b34305 100644 --- a/.github/workflows/sync-site-data.yml +++ b/.github/workflows/sync-site-data.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 20 - name: Install dependencies diff --git a/action.yml b/action.yml index 37b40fcc..1728ee0b 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ runs: using: 'composite' steps: - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '20'