From 8e29dee7aa72d130a68cfb832b001597003d4539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 22:01:34 +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 9d47251..98e6460 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@v2.4.0 with: version: 7 - uses: actions/setup-node@v3