From ed2d4d45d0400ee794af4919c3efea31c2fb96d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:01:17 +0000 Subject: [PATCH] chore(actions): bump pnpm/action-setup from 4.1.0 to 4.2.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-outdated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-outdated.yml b/.github/workflows/check-outdated.yml index b9dfe49..fa4fdc5 100644 --- a/.github/workflows/check-outdated.yml +++ b/.github/workflows/check-outdated.yml @@ -24,7 +24,7 @@ jobs: node-version: 20 - name: Install PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest -