From ce1cc1afd32c004729ac4dc11bdf3a1e91183b35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:43:47 +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 034a399..ef63a66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6.1.0 - 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 592df8c..ad06cd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6.1.0 - 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