From c904789033c8e3fda9002308d1d77bb50df84dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:37:37 +0000 Subject: [PATCH] Bump changesets/action from 1.4.7 to 1.4.9 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.7 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/aba318e9165b45b7948c60273e0b72fce0a64eb9...c8bada60c408975afd1a20b3db81d6eee6789308) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6df6dc9..d5119c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Create Release Pull Request or Publish Packages if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # @v1.4.7 + uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # @v1.4.9 with: publish: yarn changeset tag env: