From 3362157f6c4b0eeab640aae85069e6e1fa3f353c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:34:30 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6.0.1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7953c3eb..011010b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Install pnpm - uses: pnpm/action-setup@v6.0.0 + uses: pnpm/action-setup@v6.0.1 id: pnpm-install with: version: "10.33.0"