From ef66b383fabbacf97b039fdcada7a15347d109da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 19:59:18 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.2.4 --- .github/workflows/main.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e17ca7..8a8cf8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 6.23.5 run_install: true diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 3ca0a04..7516406 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -21,7 +21,7 @@ jobs: restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 6.23.5 run_install: true