From 85e957d459e458e0a0f8d86aab3e7affcbe6336e Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Wed, 18 Oct 2023 16:47:35 -0500 Subject: [PATCH] Use latest pnpm action --- .github/actions/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ca12ef52b..ea8f9b81a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -13,7 +13,7 @@ runs: with: node-version: ${{ inputs.node-version }} - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2 with: version: 7 @@ -30,7 +30,7 @@ runs: restore-keys: | ${{ runner.os }}-pnpm-store- - # Wireit cache + # # Wireit cache # - uses: google/wireit@setup-github-actions-caching/v1 - name: Install dependencies