From 9d52d184b3375b85c44eeb5d74f04e43314828cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:03:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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 08b5001..b50ab39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.5.0 + uses: actions/setup-node@v7.0.0 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2426505..3e9807e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.5.0 + uses: actions/setup-node@v7.0.0 with: node-version: ${{ matrix.node-version }} cache: npm