From b0ca440f7905035616650d56f8b89e6b2fd5a827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:21:03 +0000 Subject: [PATCH] Bump pnpm/action-setup from 2.0.1 to 2.2.4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.0.1 to 2.2.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.1...v2.2.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 214cf28..6473de8 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 6.10.0 - uses: actions/setup-node@v2.4.1