From 4eefc40cc459e10dde97c241535489eb385db4c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:55:03 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup digest to b906aff --- .github/workflows/changeset-check.yml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/code-connect.yml | 2 +- .github/workflows/package-size.yml | 2 +- .github/workflows/preview-release.yml | 2 +- .github/workflows/release-vscode.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sync-figma.yml | 2 +- .github/workflows/sync-icons.yml | 2 +- .github/workflows/verify.yml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index ba6ebccd1..dffa0389b 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index be158d739..0f117e342 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/code-connect.yml b/.github/workflows/code-connect.yml index 2d1ccac35..14d4c10a0 100644 --- a/.github/workflows/code-connect.yml +++ b/.github/workflows/code-connect.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/package-size.yml b/.github/workflows/package-size.yml index b2e15f673..901277320 100644 --- a/.github/workflows/package-size.yml +++ b/.github/workflows/package-size.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index 4bf4a08ed..66c249c2f 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/release-vscode.yml b/.github/workflows/release-vscode.yml index d0a019125..4567ac882 100644 --- a/.github/workflows/release-vscode.yml +++ b/.github/workflows/release-vscode.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f2b7a08c..795bded0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 token: ${{ env.CUSTOM_GITHUB_TOKEN }} - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4 diff --git a/.github/workflows/sync-figma.yml b/.github/workflows/sync-figma.yml index ed291b337..9cf897cc4 100644 --- a/.github/workflows/sync-figma.yml +++ b/.github/workflows/sync-figma.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/sync-icons.yml b/.github/workflows/sync-icons.yml index 4c998e5ac..d69b665cc 100644 --- a/.github/workflows/sync-icons.yml +++ b/.github/workflows/sync-icons.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Setup PNPM - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ac0ff6878..79497984b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4 @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4