From b1737939c4709736fe81041471a0aa28c0048d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:49:22 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 1.9.0 to 2.1.1 Bumps [changesets/action](https://github.com/changesets/action) from 1.9.0 to 2.1.1. - [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/a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d...8488615a623b1b9c987934bb89eae8af6a946ac1) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.0.0 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 2c83832f8f7..38d7f5585c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: # Uses SHA for security hardening # Currently pointing at a commit for the v1.4.1 tag # Please keep this up-to-date if you're changing the SHA below - uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d + uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 with: title: Release tracking commitMode: github-api