From 86221ea481f01c1f519ceaf8c17b0b901d954f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 00:42:53 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 47b864c4..6a10c33e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,7 +52,7 @@ jobs: fetch-depth: 1 - name: 📦 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: 📦 Setup node uses: actions/setup-node@v6 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cca28f5f..eb668724 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 1 - name: 📦 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: 📦 Setup node uses: actions/setup-node@v6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e2b0611..8d74a910 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 1 - name: 📦 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: 📦 Setup node uses: actions/setup-node@v6 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 951119cb..2cd0d71b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 1 - name: 📦 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: 📦 Setup node uses: actions/setup-node@v6