From 9a8eb6f940e332bd9a814559b61bb47dcfe5b946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:10:00 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/prettier-update.yml | 2 +- .github/workflows/release-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d54ce..f3be408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/prettier-update.yml b/.github/workflows/prettier-update.yml index c42b7a4..bb0546b 100644 --- a/.github/workflows/prettier-update.yml +++ b/.github/workflows/prettier-update.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: "npm" node-version: 24.x diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 52fe4e0..38db3c4 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.HC_TOKEN }} - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: "npm"