From 4706097ba52bde1f35fe0a1221f257f55867d5ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 May 2022 15:53:15 +0000 Subject: [PATCH] Update pnpm/action-setup action to v2.2.2 --- .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 3370289c6e3e..eddd1f5b620f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.2.2 - uses: actions/setup-node@v3 with: node-version: '16.x' @@ -39,7 +39,7 @@ jobs: steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.2.2 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b0aae70975d..fda4c1a55e87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,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.1 + - uses: pnpm/action-setup@v2.2.2 - name: Setup Node.js uses: actions/setup-node@v3 with: