Skip to content

Commit 21af5fd

Browse files
Update changesets/action action to v1.5.2 (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b603d09 commit 21af5fd

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@746c25e23caa47dceb6a48ee85b4cbc5a9f5f293 # v1.5.0
25+
uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2
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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up environment
2323
uses: ./.github/actions/setup
2424
- name: Create Prepare Release PR
25-
uses: changesets/action@746c25e23caa47dceb6a48ee85b4cbc5a9f5f293 # v1.5.0
25+
uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2
2626
with:
2727
title: Prepare Release
2828
commit: Prepare Release

0 commit comments

Comments
 (0)