From a1a52f04cfd80c97e546cb95fba72718cf304d59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:49:13 +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..3d6d0fb 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.1 with: commit: "chore: update versions" title: "chore: update versions"