From e1b078709446484ab254d46288f61d753ae501b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:11:22 +0800 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.3.0 (#6475) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/autobuild.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index b9e1c063e..dfd66bebe 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -38,7 +38,7 @@ jobs: run: bash ./scripts/extract_update_logs.sh shell: bash - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 name: Install pnpm with: run_install: false @@ -188,7 +188,7 @@ jobs: echo "OPENSSL_LIB_DIR=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig" >> $GITHUB_ENV - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 name: Install pnpm with: run_install: false @@ -287,7 +287,7 @@ jobs: cache-workspace-crates: true - name: Install pnpm - uses: pnpm/action-setup@v4.2.0 + uses: pnpm/action-setup@v4.3.0 with: run_install: false @@ -432,7 +432,7 @@ jobs: cache-workspace-crates: true - name: Install pnpm - uses: pnpm/action-setup@v4.2.0 + uses: pnpm/action-setup@v4.3.0 with: run_install: false @@ -543,7 +543,7 @@ jobs: with: node-version: "24.14.0" - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 name: Install pnpm with: run_install: false