From 99d2d1087eb750521331f48a30371884bf498b2a Mon Sep 17 00:00:00 2001 From: Rens Rooimans Date: Thu, 20 Jun 2024 14:05:24 +0200 Subject: [PATCH] fix missing v9 pnpms --- .github/actions/delete-deployments/action.yml | 2 +- .github/workflows/changesets-preview-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/delete-deployments/action.yml b/.github/actions/delete-deployments/action.yml index 6641b352b37..eaf7e0f61bd 100644 --- a/.github/actions/delete-deployments/action.yml +++ b/.github/actions/delete-deployments/action.yml @@ -31,7 +31,7 @@ runs: steps: - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 with: - version: ^8.0.0 + version: ^9.0.0 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: diff --git a/.github/workflows/changesets-preview-pr.yml b/.github/workflows/changesets-preview-pr.yml index 03d1fecf618..94dc1635c4e 100644 --- a/.github/workflows/changesets-preview-pr.yml +++ b/.github/workflows/changesets-preview-pr.yml @@ -31,7 +31,7 @@ jobs: uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 if: steps.change.outputs.core-changeset == 'true' with: - version: ^8.0.0 + version: ^9.0.0 - name: Setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2