From f78ec479876f0b987e4f818fb62c014eaf9eef53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 03:14:26 +0000 Subject: [PATCH] Bump pnpm/action-setup from 2.0.1 to 2.1.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... 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 3f4c54b..4cfe703 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.0.1 + - uses: pnpm/action-setup@v2.1.0 with: version: 6.9.1 - run: pnpm install --frozen-lockfile