From a162071a8defbf5c63f9ac0722d74e882b0e9029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 22:25:21 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.1.0 --- .github/workflows/deploy.yml | 2 +- .github/workflows/nodejs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 93b062cb1..9d119c842 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cf9975a82..c0beb85dc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 name: Install pnpm id: pnpm-install with: @@ -59,7 +59,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 name: Install pnpm id: pnpm-install with: