From 77551c79b149ec2f75c274bd4e4f741ba314dc28 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:05:19 +0000 Subject: [PATCH] chore(deps): Update actions/setup-node action to v7 --- .github/workflows/prepare.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 450c1c6a..90f585d2 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -22,7 +22,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "lts/*" cache: 'pnpm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b54f434c..04d52065 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 - name: Use Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "lts/*" cache: 'pnpm'