From 4b6cc74e19d2eb9bb56fd5ec93b4385ec1eddfe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:21:27 +0000 Subject: [PATCH] build(deps): bump changesets/action from 1.4.8 to 1.4.9 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.8 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/3de3850952bec538fde60aac71731376e57b9b57...c8bada60c408975afd1a20b3db81d6eee6789308) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 42ff3f1..0d6ea74 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -164,7 +164,7 @@ jobs: run: pnpm run --if-present build - name: "Continuous Deployment: publish to the NPM repository" - uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 # v1.4.8 + uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # v1.4.9 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}