From 7121032d8bf0459ab5c55206a08b57b44f09c0bb Mon Sep 17 00:00:00 2001 From: Johannes Obermair Date: Thu, 4 Jul 2024 15:20:53 +0200 Subject: [PATCH] Upgrade pnpm/action-setup for release-beta workflow --- .github/workflows/release-beta.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index cf14b93171..46d569de98 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -34,9 +34,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 - with: - version: 8 + - uses: pnpm/action-setup@v4 - name: Use Node.js 18.x uses: actions/setup-node@v3