From e12b3cd3d1a5e980634baade171ff5f218e3055b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:55:37 +0200 Subject: [PATCH] chore(deps): bump changesets/action from 1.4.5 to 1.4.7 (#5237) Bumps [changesets/action](https://github.com/changesets/action) from 1.4.5 to 1.4.7. - [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/f13b1baaa620fde937751f5d2c3572b9da32af23...aba318e9165b45b7948c60273e0b72fce0a64eb9) --- 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 ebad6dc38e5..67230bd58df 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@f13b1baaa620fde937751f5d2c3572b9da32af23 #v1.4.5 + uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 #v1.4.7 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn release