From 657ddf1280a26373b99638afe2a2b163bdf1690f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 13:23:23 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/build_and_test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test/action.yml b/.github/workflows/build_and_test/action.yml index b71d0dbd..38d3d774 100644 --- a/.github/workflows/build_and_test/action.yml +++ b/.github/workflows/build_and_test/action.yml @@ -32,7 +32,7 @@ runs: with: node-version: ${{ inputs.node-version }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: