From 0ad4b7cc9b64c2b81c9a891aa20510effdf489f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:45:21 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/workflows/verify-hooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-hooks.yml b/.github/workflows/verify-hooks.yml index 70d9a98..730862a 100644 --- a/.github/workflows/verify-hooks.yml +++ b/.github/workflows/verify-hooks.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 100 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: "10.33.0" - uses: actions/setup-node@v6