From a7c4aba512e1c0a86e4c0e72321f2a4fe710d553 Mon Sep 17 00:00:00 2001 From: Shiv Thakker Date: Fri, 5 Jul 2024 20:43:10 +0800 Subject: [PATCH] Update cd.yml to use v4 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f6839329..bfd3b77b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -111,7 +111,7 @@ jobs: with: node-version: 16 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: