From 5c91f1147abb405ae36de6f903f5fb204ce798cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:31:28 +0800 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.4.0 (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 477918f491..7854f7e4a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: node-version: "18" registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index cedffbf7e0..6666138f0a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 - name: Setup Node.js environment uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f40f96eee..4a6b2c6c25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: node-version: "18" registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 name: Install pnpm id: pnpm-install with: