From f7f125a0fe0c990e760dbb359179413edf5a022d Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:18:20 +0000 Subject: [PATCH] chore(deps): Update pnpm/action-setup action to v6 --- .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 00a049cf..d05ae75c 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 + uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: "lts/*" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e5d9981..4dcd82ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 + uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6 - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: