From 28a39bc405abcfe6b3099189062a694e0cf6765e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:12:56 +0000 Subject: [PATCH] Update changesets/action action to v1.7.0 --- .github/workflows/publish.yml | 2 +- .github/workflows/version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 327fbfeaf..6a38b58d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/actions/setup - name: Create Prepare Release PR or Publish id: changesets - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 + uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 with: title: Prepare Release commit: Prepare Release diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index eff55f032..08972a060 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -24,7 +24,7 @@ jobs: - name: Set up environment uses: ./.github/actions/setup - name: Create Prepare Release PR - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 + uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 with: title: Prepare Release commit: Prepare Release