From 1bd4dff348a676d907e4742633401fb59a59a05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:54:16 +0000 Subject: [PATCH] chore(deps): Bump changesets/action from 1 to 2 Bumps [changesets/action](https://github.com/changesets/action) from 1 to 2. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/changesets/action/compare/v1...v2) --- updated-dependencies: - dependency-name: changesets/action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... 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 888ad35..04fc6c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: # attestation linking the package to this exact workflow run + commit. - name: Create release PR or publish CLI to npm id: changesets - uses: changesets/action@v1 + uses: changesets/action@v2 with: # `pnpm version` and `pnpm publish` are pnpm built-ins — they bypass # the package.json `scripts` block. Force the script lookup with `run`