From 414faa00f4968264eca3b08a6b615b5ec60c2a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 07:06:05 +0000 Subject: [PATCH] chore(deps): bump pnpm/setup from 2.0.1 to 2.0.2 in the actions group Bumps the actions group with 1 update: [pnpm/setup](https://github.com/pnpm/setup). Updates `pnpm/setup` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/pnpm/setup/releases) - [Commits](https://github.com/pnpm/setup/compare/4700d737c3d7a2e7199f3d42a920f0bf7f34e411...84cb39b217b10273981911c288cd62326dc7c6d2) --- updated-dependencies: - dependency-name: pnpm/setup dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 95cca63d..ea84b8be 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set Up PNPM - uses: pnpm/setup@4700d737c3d7a2e7199f3d42a920f0bf7f34e411 # v2.0.1 + uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2 with: version: 11 cache: true