From 7ed1fa6f82a730a089863ad3d74a75b8eed07a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:46:49 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.2.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2487861..865073b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 6.x run_install: |