From 31dd21671ba1007fb2c1e2c559353eebb477fef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 08:30:52 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/self-hosted-lint-and-compile-test.yml | 4 ++-- .github/workflows/self-hosted-publish-gh-registry.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/self-hosted-lint-and-compile-test.yml b/.github/workflows/self-hosted-lint-and-compile-test.yml index 8cffba3..57af101 100644 --- a/.github/workflows/self-hosted-lint-and-compile-test.yml +++ b/.github/workflows/self-hosted-lint-and-compile-test.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 2 - name: Setup pnpm - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 with: version: latest @@ -44,7 +44,7 @@ jobs: fetch-depth: 2 - name: Setup pnpm - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 with: version: latest diff --git a/.github/workflows/self-hosted-publish-gh-registry.yml b/.github/workflows/self-hosted-publish-gh-registry.yml index b55399e..62689a4 100644 --- a/.github/workflows/self-hosted-publish-gh-registry.yml +++ b/.github/workflows/self-hosted-publish-gh-registry.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 2 - name: Setup pnpm - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 with: version: latest