From 7fac16a58782e57a673fbdf46cda5748ab13a7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:42:21 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4.2.0 to 4.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-check.yml | 2 +- .github/workflows/run-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index 3cccc96..efcf2da 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v4.2.0 + uses: pnpm/action-setup@v4.4.0 with: version: 10.14.0 diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 2485947..db77e59 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -33,7 +33,7 @@ jobs: git config --global user.name "Caian Ertl" - name: Setup pnpm - uses: pnpm/action-setup@v4.2.0 + uses: pnpm/action-setup@v4.4.0 with: version: 10.14.0