From 9a7b2fa8ebd4b6f3a41095a97599fd3a51855fe6 Mon Sep 17 00:00:00 2001 From: Ken Jo Date: Fri, 24 Jul 2026 13:12:23 +0900 Subject: [PATCH] chore(deps): batch Dependabot bumps - actions/setup-node 6.4.0 -> 7.0.0 (pinned SHA 8207627, 3 occurrences: marketplace-publish.yml x2, plugin-ci.yml) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01SkSorUwotLejNtsQKg7H7m --- .github/workflows/marketplace-publish.yml | 4 ++-- .github/workflows/plugin-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/marketplace-publish.yml b/.github/workflows/marketplace-publish.yml index b131a07..2eef19b 100644 --- a/.github/workflows/marketplace-publish.yml +++ b/.github/workflows/marketplace-publish.yml @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.23.1" @@ -378,7 +378,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.23.1" diff --git a/.github/workflows/plugin-ci.yml b/.github/workflows/plugin-ci.yml index d0333a0..aece4bf 100644 --- a/.github/workflows/plugin-ci.yml +++ b/.github/workflows/plugin-ci.yml @@ -26,7 +26,7 @@ jobs: - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 with: bun-version: ${{ inputs.bun-version }} - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} - name: Verify submodule integrity