From e2260537015b1b5ea40b453565fedf74227b0a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:20:05 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 4 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 6 +++--- .github/workflows/playground-deploy.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36a6bd7..4b79350 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Install frontend dependencies run: pnpm install --frozen-lockfile @@ -92,7 +92,7 @@ jobs: node-version-file: ".nvmrc" - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Install Python test dependencies run: uv sync --group test --no-default-groups @@ -124,7 +124,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Install frontend dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/playground-deploy.yml b/.github/workflows/playground-deploy.yml index cf4a13f..d5a7289 100644 --- a/.github/workflows/playground-deploy.yml +++ b/.github/workflows/playground-deploy.yml @@ -32,7 +32,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Setup `pnpm` - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Install dependencies run: | diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b4b7357..069f03f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -34,7 +34,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Setup `pnpm` - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Build release distributions run: |