From 14ccbb0a69f6bb99e92506868b54e2aae6815cf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:03:01 +0000 Subject: [PATCH] chore(deps): update changesets/action action to v2 --- .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 088786d..ae1d7a2 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -40,7 +40,7 @@ jobs: run: pnpm run build:lib && pnpm run build:blocks - name: Create and publish versions - uses: changesets/action@v1 + uses: changesets/action@v2.1.0 with: commit: "chore: update versions" title: "chore: update versions"