From b8ae011c907edebaebfcad8def13f5caee2fb380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:57:57 +0000 Subject: [PATCH 1/2] build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 844c83d..4d0ad96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node.js # Pinned from actions/setup-node@v6.4.0. - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "24" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77d0661..9c373ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js # Pinned from actions/setup-node@v6.4.0. - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "24" registry-url: "https://registry.npmjs.org" From 972da9db4db3b06bf973b0f97eb5ec74278d619f Mon Sep 17 00:00:00 2001 From: 0disoft Date: Tue, 11 Aug 2026 10:41:06 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20docs(ci):=20sync=20setup-nod?= =?UTF-8?q?e=20pin=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the workflow annotations to match the setup-node v7.0.0 commit already selected by Dependabot. Validation: git diff --check --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d0ad96..a3be039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Setup Node.js - # Pinned from actions/setup-node@v6.4.0. + # Pinned from actions/setup-node@v7.0.0. uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "24" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c373ab..7c3c337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Setup Node.js - # Pinned from actions/setup-node@v6.4.0. + # Pinned from actions/setup-node@v7.0.0. uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: "24"