From 0e86c6acfd2539a9b7c24ea2fc057d5d995bd813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:15:13 +0000 Subject: [PATCH] chore(ci): Bump changesets/action in the github-actions group Bumps the github-actions group with 1 update: [changesets/action](https://github.com/changesets/action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index a419010..abb2a83 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -58,7 +58,7 @@ jobs: with: node-version: 22 - run: npm ci - - uses: changesets/action@v1 + - uses: changesets/action@v2 with: version: npm run changeset:version publish: node scripts/tag-missing-releases.mjs