From 6b896bca6182f3936a9fde6e1c533779cc8ef733 Mon Sep 17 00:00:00 2001 From: Jeff Keen Date: Tue, 10 Sep 2024 20:14:49 -0500 Subject: [PATCH] Update CI build --- .github/actions/pnpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml index 1582c08c..e54bd4e6 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -3,7 +3,7 @@ description: Setup node and install dependencies using pnpm runs: using: 'composite' steps: - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4 with: version: latest - uses: actions/setup-node@v3