Skip to content

Commit 7ee38b3

Browse files
Update changesets/action action to v1.8.0
1 parent 7f3e4c6 commit 7ee38b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/actions/setup
2323
- name: Create Prepare Release PR or Publish
2424
id: changesets
25-
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
25+
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
2626
with:
2727
title: Prepare Release
2828
commit: Prepare Release

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up environment
2525
uses: ./.github/actions/setup
2626
- name: Create Prepare Release PR
27-
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
27+
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
2828
with:
2929
title: Prepare Release
3030
commit: Prepare Release

0 commit comments

Comments
 (0)