Skip to content

Commit 6c97f79

Browse files
Update changesets/action action to v1.5.3 (#1162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01607b4 commit 6c97f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2
25+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
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@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2
27+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
2828
with:
2929
title: Prepare Release
3030
commit: Prepare Release

0 commit comments

Comments
 (0)