From 0a67c11c9b11d83f3b1f4cc55c35915e06e85e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:09:45 +0000 Subject: [PATCH] Bump changesets/action from 1.4.1 to 1.4.5 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.1 to 1.4.5. - [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/e9cc34b540dd3ad1b030c57fd97269e8f6ad905a...f13b1baaa620fde937751f5d2c3572b9da32af23) --- 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 f9cf3198..422430cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: - name: Create Release Pull Request or Publish Packages if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # @v1.4.1 + uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 # @v1.4.5 with: publish: yarn changeset tag env: