From 5fe41aebf283ffcf3ad7c50993c08e42fa0a0395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:34:46 +0000 Subject: [PATCH] chore(deps): update changesets/action action to v2 --- .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 432fe83..ddaeb92 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -35,7 +35,7 @@ jobs: - name: Create release PR or publish to npm id: changesets - uses: changesets/action@v1 + uses: changesets/action@v2.1.2 with: commit: 'chore: release packages' title: 'chore: release packages'