From 78b2c7ae5fd2752530e4e47a7314a2f702d0b0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:52:18 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 1.4.7 to 1.4.8 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.7 to 1.4.8. - [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...3de3850952bec538fde60aac71731376e57b9b57) --- 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 688e2b1077..22b6809159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,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@aba318e9165b45b7948c60273e0b72fce0a64eb9 + uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 with: title: Release tracking # This expects you to have a script called release which does a build for your packages and calls changeset publish