From cb3dc6f035258ff02c1b51397dcc356705458619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:39:04 +0000 Subject: [PATCH] Bump pnpm/setup from 1.0.0 to 2.1.0 Bumps [pnpm/setup](https://github.com/pnpm/setup) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/pnpm/setup/releases) - [Commits](https://github.com/pnpm/setup/compare/5d160c5bc68a09337ad0d5654e237e03253b5879...703c52620218391530e48b9e8870d5c0082e1b9b) --- updated-dependencies: - dependency-name: pnpm/setup dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 31ad225..3f3f426 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Install pnpm and Node - uses: pnpm/setup@5d160c5bc68a09337ad0d5654e237e03253b5879 # v1.0.0 + uses: pnpm/setup@703c52620218391530e48b9e8870d5c0082e1b9b # v2.1.0 with: runtime: node@lts cache: true