From a674eb94cf6d0f4c02dce8b0bbd095995c186262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:37:58 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 1.7.0 to 1.8.0 Bumps [changesets/action](https://github.com/changesets/action) from 1.7.0 to 1.8.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/6a0a831ff30acef54f2c6aa1cbbc1096b066edaf...63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc033de5c..09226b5aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Create or update Version Packages PR id: changesets - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1 + uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1 env: GITHUB_TOKEN: ${{ github.token }} @@ -74,7 +74,7 @@ jobs: run: npm install -g npm@11.5.1 - name: Publish to npm - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1 + uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1 with: publish: pnpm run ci:publish env: