From cc250e00e1abfd0c7debfbd0d206e5fcbb8fb694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:02:16 +0000 Subject: [PATCH] Bump pnpm/setup from 1.0.0 to 2.0.2 Bumps [pnpm/setup](https://github.com/pnpm/setup) from 1.0.0 to 2.0.2. - [Release notes](https://github.com/pnpm/setup/releases) - [Commits](https://github.com/pnpm/setup/compare/5d160c5bc68a09337ad0d5654e237e03253b5879...84cb39b217b10273981911c288cd62326dc7c6d2) --- 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..6d69467 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@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2 with: runtime: node@lts cache: true