From 109e12c2fca4ca86d607f131a012c3dbc1091ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 19:10:23 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2.2.1 to 2.2.4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.1...v2.2.4) --- 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 dd12256..730b833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Install PNPM if: steps.package_manager.outputs.name == 'pnpm' - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.2.4 with: version: '${{ matrix.pnpm-version }}'