From d0f42f9dea535bf5d6eb1d8395c704d464effa14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 05:37:55 +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/changeset-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 3de3b8fcf..826dcb61a 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -440,7 +440,7 @@ jobs: - name: Publish to npm id: changesets-publish if: github.event_name == 'push' - uses: changesets/action@v1 + uses: changesets/action@v2 with: publish: pnpm changeset:publish env: @@ -462,7 +462,7 @@ jobs: - name: Refresh the version PR id: changesets-version if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' - uses: changesets/action@v1 + uses: changesets/action@v2 with: version: pnpm changeset:version title: 'chore: release packages'