From 8013579709d5d53133d12e35de8d0d36851f71e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:32:30 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 1.4.5 to 1.4.6 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.5 to 1.4.6. - [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...e2f8e964d080ae97c874b19e27b12e0a8620fb6c) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9ddd4c1d38..0a8a5ce7cf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: # Uses SHA for security hardening # Currently pointing at a commit for the v1.4.1 tag # Please keep this up-to-date if you're changing the SHA below - uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 + uses: changesets/action@e2f8e964d080ae97c874b19e27b12e0a8620fb6c with: title: Release tracking # This expects you to have a script called release which does a build for your packages and calls changeset publish