From bcc7073541d1b615ac4ba16a4694234e22ed88df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 01:11:07 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [changesets/action](https://github.com/changesets/action). Updates `changesets/action` from 1.4.6 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/v1.4.6...v1.4.7) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... 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 15615d3..78e886c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: NODE_ENV: production - name: Create Version PR or Deploy to Pages id: changesets - uses: changesets/action@v1.4.6 + uses: changesets/action@v1.4.7 with: commit: "chore(release): version packages" title: "chore(release): version packages"