Skip to content

Commit 38357b0

Browse files
committed
chore(deps): update changesets/action action to v1.5.3
1 parent 0ed275f commit 38357b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- run: pnpm build
8585

8686
- name: Publish
87-
uses: changesets/action@v1.4.10
87+
uses: changesets/action@v1.5.3
8888
with:
8989
publish: pnpm run ci:publish
9090
env:

.github/workflows/create-versioning-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: pnpm build
4545

4646
- name: Create Release Pull Request
47-
uses: changesets/action@v1.4.10
47+
uses: changesets/action@v1.5.3
4848
with:
4949
version: pnpm run ci:version
5050
env:

0 commit comments

Comments
 (0)