From a2b3ceb6418d38d500d209518ff8ec912071b9c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:39:44 +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..059514d 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.1 with: commit: 'chore: release packages' title: 'chore: release packages'