From 081a8c9f6fd2b3a833275c7fb9b27376e9bcb024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:04:23 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.4.1 --- .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..e1ec238d 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.1 with: version: 7.25.0 - name: Install Dependencies