From 0ae210b9099571959bf65297ef9d5e8052f6756d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:03:41 +0000 Subject: [PATCH] build(deps): Bump pnpm/action-setup from 2.2.4 to 2.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.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/jslint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jslint.yml b/.github/workflows/jslint.yml index 9ea6482..a61106b 100644 --- a/.github/workflows/jslint.yml +++ b/.github/workflows/jslint.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7.17.1 run_install: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de1ec1..4599048 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Patch for pnpm setup run: cd dashboard - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7.17.1 run_install: |