From 3d57d75f224226ea6b262248301ee5f6d9f13ddb Mon Sep 17 00:00:00 2001 From: Stefan E-K Date: Mon, 22 Jul 2024 10:32:34 +0200 Subject: [PATCH] update pnpm action in release.yml to v4 --- .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 ccd88619..e6fdeab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Use PNPM - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4.0.0 with: version: 8.6.1