From d13b857f967ab51c0543ca4cea77a3f4c0d9a363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:35:13 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bewlycat.yml | 2 +- .github/workflows/ui-tars-desktop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bewlycat.yml b/.github/workflows/bewlycat.yml index 679c1f8..74a47e8 100644 --- a/.github/workflows/bewlycat.yml +++ b/.github/workflows/bewlycat.yml @@ -29,7 +29,7 @@ jobs: check-latest: true - name: Install Deps - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: run_install: | - args: [--frozen-lockfile] diff --git a/.github/workflows/ui-tars-desktop.yml b/.github/workflows/ui-tars-desktop.yml index 2302ecd..e36a2b5 100644 --- a/.github/workflows/ui-tars-desktop.yml +++ b/.github/workflows/ui-tars-desktop.yml @@ -44,7 +44,7 @@ jobs: check-latest: true - name: Install deps - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: latest run_install: |