From d7ca7fb1fc71dbd19758171ed620ba71b1a8a88b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 01:29:25 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.2.0 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af8b8f6..02173ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false @@ -60,7 +60,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false @@ -100,7 +100,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3cde76a..3d5c546 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c298382..c932804 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false