From 8fb7c1c4e34d2bec5c6515ffb50815075f370f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:14:25 +0000 Subject: [PATCH] chore(ci)(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/lint.yml | 2 +- .github/workflows/pr-automation.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/validate-deps.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d181aa75..c95f776eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash @@ -106,7 +106,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash @@ -169,7 +169,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 695cb7403..b9b9e34e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index b19e9bef1..1fe776cf8 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -66,7 +66,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dbbf5ad5..19a87fa91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/validate-deps.yml b/.github/workflows/validate-deps.yml index b6a93ad6b..00df1d72f 100644 --- a/.github/workflows/validate-deps.yml +++ b/.github/workflows/validate-deps.yml @@ -28,7 +28,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Get pnpm store directory shell: bash