From fea4d8718f38faa59c4546703f8e9f7eb68eddb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 03:11:11 +0000 Subject: [PATCH] Bump pnpm/action-setup from 2.2.1 to 2.2.2 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 2b614ed..cf5ae64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: key: ${{ runner.os }}-pnpm-${{ hashFiles('**/package.json') }} restore-keys: | ${{ runner.os }}-pnpm- - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.2.2 with: version: 6.9.1 - run: pnpm install --frozen-lockfile