From 7d1f3d7774a57cc73c43c547222a3d5cc5215dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:02:16 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.2.2 --- .github/workflows/bump_deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump_deps.yml b/.github/workflows/bump_deps.yml index e31d96d9..9053f790 100644 --- a/.github/workflows/bump_deps.yml +++ b/.github/workflows/bump_deps.yml @@ -13,7 +13,7 @@ jobs: with: node-version: "12" - name: Setup PNPM - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.2 with: version: latest @@ -45,7 +45,7 @@ jobs: with: node-version: "12" - name: Setup PNPM - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.2 with: version: latest