From a8164d0ac698bea5ee569c34ede3b73045f5c8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:09:42 +0100 Subject: [PATCH] chore(deps): bump changesets/action from 1.4.8 to 1.4.9 (#5432) Bumps [changesets/action](https://github.com/changesets/action) from 1.4.8 to 1.4.9. - [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/3de3850952bec538fde60aac71731376e57b9b57...c8bada60c408975afd1a20b3db81d6eee6789308) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changeset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 5fdf4f0fb9..fca1fcf6dc 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -37,7 +37,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 #v1.4.8 + uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 #v1.4.9 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn release