From efd7b5b22be91e79ff336ee3dca5ec09f5fdb01c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:50:23 +0000 Subject: [PATCH] Update changesets/action action to v2.1.2 --- .github/workflows/changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 6f4017292..b7ac5a7c5 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -52,7 +52,7 @@ jobs: # `github-token` input defaults to the GitHub-provided token, which is # what this workflow used before, so it is left unset. - name: Create Release Pull Request or Publish to npm - uses: changesets/action@v2.1.1 + uses: changesets/action@v2.1.2 with: publish-script: npm run release version-script: npm run version