From 19f05af33f22441f81fea6ca265afb4e572698e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:28:28 +0000 Subject: [PATCH] chore(deps): bump pnpm/setup in the github-actions group Bumps the github-actions group with 1 update: [pnpm/setup](https://github.com/pnpm/setup). Updates `pnpm/setup` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/pnpm/setup/releases) - [Commits](https://github.com/pnpm/setup/compare/84cb39b217b10273981911c288cd62326dc7c6d2...703c52620218391530e48b9e8870d5c0082e1b9b) --- updated-dependencies: - dependency-name: pnpm/setup dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7ee995..e6a500c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Set up pnpm and Node.js - uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2 + uses: pnpm/setup@703c52620218391530e48b9e8870d5c0082e1b9b # v2.1.0 with: # TODO: pnpm/setup does not read .nvmrc yet. Keep this in sync with .nvmrc # until https://github.com/jasongin/nvs/pull/315 lands.