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