From 045597eb114a98477f00b65314f6a89cb44d91fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:05:44 +0000 Subject: [PATCH] Bump changesets/action from 1.4.5 to 1.4.7 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.5 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.5...v1.4.7) --- 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 7e0866c..c6b4444 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,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.5 + uses: changesets/action@v1.4.7 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}