From 3e13670e6879257fcb451bf56f4bac6ef835df2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:17:06 +0000 Subject: [PATCH] chore(deps): update changesets/action action to v1.9.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab05f01..6d9ebb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: bun i - name: Create release pull request id: changesets - uses: changesets/action@v1.4.9 + uses: changesets/action@v1.9.0 with: version: bun run version && cargo update --workspace && git add Cargo.toml Cargo.lock publish: |