From 7acbcc1c35a8465b4f3f64e7cda606d6e57f8700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 06:15:58 -0800 Subject: [PATCH] Update pnpm/action-setup action to v2.2.1 (#4126) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38249eaeec2..07035a2c9cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.2.0 + - uses: pnpm/action-setup@v2.2.1 with: version: 6.23.2 - uses: actions/setup-node@v3 @@ -39,7 +39,7 @@ jobs: steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.2.0 + - uses: pnpm/action-setup@v2.2.1 with: version: 6.23.2 - uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3096845a50f5..b49302789a6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.0 + - uses: pnpm/action-setup@v2.2.1 with: version: 6.23.2 - name: Setup Node.js