From edc0cb1dd3e83825757781a345fc509cf5be7b36 Mon Sep 17 00:00:00 2001 From: bluecco Date: Wed, 3 Jul 2024 19:53:51 +0200 Subject: [PATCH] chore: update action-setup --- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 50bd027..7f7c760 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install-pnpm id: pnpm-install with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5f4054..46615dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install-pnpm id: pnpm-install with: