From 9d1a343b01761a0197bc4b583f82ac3990216c71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:23:25 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.4.0 --- .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 632914cc..8a7c68df 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -11,7 +11,7 @@ runs: restore-keys: | ${{ runner.os }}-pnpm- - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: version: 7.25.0 - name: Install Dependencies