From cfb150352ab0c952f9bff83cce0a109113e1c320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:17:31 +0000 Subject: [PATCH] Bump changesets/action from 1.4.7 to 1.4.9 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.7 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/v1.4.7...v1.4.9) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f40b55..8927505 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: run: npm config set //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN - id: changesets name: Run Changesets — Create a Release Pull Request or merge a Release Pull Request - uses: changesets/action@v1.4.7 + uses: changesets/action@v1.4.9 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}