From 0e8e68c1328c3072fbaf9a78124ccc6e46cea26f Mon Sep 17 00:00:00 2001 From: "have-renovate[bot]" <248758277+have-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:38:13 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v5 --- .github/workflows/changeset-check.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index a67b683..d2e9281 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -36,7 +36,7 @@ jobs: registry-url: 'https://npm.pkg.github.com' - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fcd4dc7..403e77d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: registry-url: 'https://npm.pkg.github.com' - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94e3092..b3a809f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: registry-url: 'https://npm.pkg.github.com' - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 - name: Get pnpm store directory shell: bash