From 4a824ca23d3733f1524756832660f375b7cbb30f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 19:25:23 +0000 Subject: [PATCH] Update pnpm/action-setup action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cedaa5c..ad7d36e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - uses: actions/setup-node@v6 diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 6a946f2..de14eea 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -22,7 +22,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - uses: actions/setup-node@v6