From 596644193dac658c819bfcb279e1f8ef75eb0644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:04:43 +0000 Subject: [PATCH] Bump pnpm/action-setup from 5 to 6 in the monthly-actions group Bumps the monthly-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `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 dependency-group: monthly-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 2 +- .github/workflows/development.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 5365cdf..5128f9d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Install Vercel CLI run: pnpm add --global vercel@latest diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index ab0d02f..fc4b4ab 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Set up Node uses: actions/setup-node@v6 @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v6 - name: Setup PNPM - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Set up Node uses: actions/setup-node@v6