From 6c5fb747b90738881073bff8f0c853c9191d8064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 05:25:53 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.2.0 | datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | pnpm/action-setup | v4.1.0 | v4.2.0 | --- .github/workflows/build-verification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-verification.yaml b/.github/workflows/build-verification.yaml index bcc0997..6c829e1 100644 --- a/.github/workflows/build-verification.yaml +++ b/.github/workflows/build-verification.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Setup pnpm - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0 + uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: version: 9 run_install: false