From 1b96afe934fe1e3c57b6ed76cb660bb250101b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:10:54 +0800 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2 to 4 (#3038) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...v4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-eas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-eas.yml b/.github/workflows/build-eas.yml index b21a7e78f..b44f20ff4 100644 --- a/.github/workflows/build-eas.yml +++ b/.github/workflows/build-eas.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: 📦 Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: run_install: true - name: 🏗 Setup Node.js