From aca83c4818de5d921a2dc58406212b184a134c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:28:52 +0000 Subject: [PATCH] Bump changesets/action from 1.4.7 to 1.7.0 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.7 to 1.7.0. - [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/aba318e9165b45b7948c60273e0b72fce0a64eb9...6a0a831ff30acef54f2c6aa1cbbc1096b066edaf) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e5ba7b98..ee186b68 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -28,7 +28,7 @@ jobs: run: nix develop -c yarn install --frozen-lockfile # Create PR that will update versions or trigger publish - name: Create Release Pull Request - uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7 + uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 id: changesets with: publish: nix develop -c yarn release