From 7c0c5997c1c3b9cfe530a0ac87f33d7dcea00597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 00:58:41 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2.0.1 to 2.2.2 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.0.1 to 2.2.2. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.1...v2.2.2) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d3fa691..f9a6af7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}- - name: Install dependencies - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.2 with: version: 6.0.2 run_install: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0303ae7..050cec0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}- - name: Install dependencies - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.2 with: version: 6.0.2 run_install: true