From ae419ca2a00c85766747e482195400caef453d80 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 20 Jul 2024 11:01:07 -0700 Subject: [PATCH] update release script --- .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 e6618fc..ac6fce7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4 with: version: 8.6.3 - name: Setup Node.js