From efb20558cccac3de0ce8669112f9d37f51ce10ec Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Thu, 18 Jul 2024 17:53:32 -0700 Subject: [PATCH] Upgrade 'pnpm/action-setup' --- .github/workflows/test-deploy-pnpm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy-pnpm.yaml b/.github/workflows/test-deploy-pnpm.yaml index 0b60db389..b23bb7fa2 100644 --- a/.github/workflows/test-deploy-pnpm.yaml +++ b/.github/workflows/test-deploy-pnpm.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup pnpm # You may pin to the exact commit or the version. # uses: pnpm/action-setup@10693b3829bf86eb2572aef5f3571dcf5ca9287d - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v4 with: version: 7 run_install: |