diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 327fbfeaf..d2d012ee9 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@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 with: title: Prepare Release commit: Prepare Release diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index eff55f032..6748c41b9 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@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 with: title: Prepare Release commit: Prepare Release