From a2afb0bb1fba97de703a25766a9b0ae86989446f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:46:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b83fe53..7641f1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: 'pnpm' @@ -45,7 +45,7 @@ jobs: git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)" git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)" - uses: pnpm/action-setup@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: 'pnpm'