From 98e43be58d22a4eb83da1b72e64d6c4e446ed97c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:56:33 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/release.yml | 2 +- .github/workflows/standard-version.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb50b1771..c76160ee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Enable corepack, note that nodejs is already installed - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22 cache: 'pnpm' diff --git a/.github/workflows/standard-version.yml b/.github/workflows/standard-version.yml index f18d3ee18..86b944595 100644 --- a/.github/workflows/standard-version.yml +++ b/.github/workflows/standard-version.yml @@ -27,7 +27,7 @@ jobs: # Enable corepack, note that nodejs is already installed - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22 cache: 'pnpm' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ff1ada9e..6febb3867 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: # Enable corepack, note that nodejs is already installed - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 20 cache: "pnpm" @@ -32,7 +32,7 @@ jobs: # Enable corepack, note that nodejs is already installed - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 20 cache: "pnpm"