From 362f9b24c4401a6df0b9e6da404c0abd4348ce3f Mon Sep 17 00:00:00 2001 From: Jeremy Bunting <187095+qbunt@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:58:00 -0400 Subject: [PATCH] workflow version bump --- .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 8b806f8..ea8192d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: node-version: '18.17.1' registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@2 + - uses: pnpm/action-setup@v2 name: Install pnpm id: pnpm-install with: