From 4136f8d61f4252efbd808d89123cf8f5df6b27b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 09:21:03 +0100 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v3 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart --- .github/actions/pnpm-install/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/pnpm-install/action.yml b/.github/actions/pnpm-install/action.yml index 29c3e40..89492da 100644 --- a/.github/actions/pnpm-install/action.yml +++ b/.github/actions/pnpm-install/action.yml @@ -16,7 +16,7 @@ runs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: ⚙️ Enable Corepack if: ${{ inputs.enable-corepack == 'true' }} shell: bash @@ -24,7 +24,7 @@ runs: corepack enable echo "Corepack enabled" - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 if: ${{ inputs.enable-corepack == 'false' }} with: run_install: false