From eb39067f53ab05dcfaea9db23525ca3c06fe0eee Mon Sep 17 00:00:00 2001 From: litetex's Renovate Bot <149955914+litetex-renovate@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:20:30 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/checkBuild.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkBuild.yml b/.github/workflows/checkBuild.yml index e7b954c..5392941 100644 --- a/.github/workflows/checkBuild.yml +++ b/.github/workflows/checkBuild.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 20.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8388c8f..c331fc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 20.x