From 041cf3fb5d5f02520dc140bad82065f81cb211ef Mon Sep 17 00:00:00 2001 From: smakosh Date: Tue, 23 Jul 2024 13:00:28 +0200 Subject: [PATCH] fix: ci release pnpm action version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b15f061..147db5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Use PNPM - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.6.1