From 206ba1076d5b7062f09c18313ea915cb99a9766f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:29:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/create-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f40e2a..444cfa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24" cache: "npm" diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 9614906..52f51db 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.ref }} persist-credentials: false - name: "Prepare node setup" - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 registry-url: https://registry.npmjs.org/