Skip to content

Commit af03131

Browse files
chore(deps): update changesets/action action to v2
1 parent 4d92803 commit af03131

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install --frozen-lockfile
3939

4040
- name: Publish
41-
uses: changesets/action@v1
41+
uses: changesets/action@v2.1.1
4242
id: changesets
4343
with:
4444
version: pnpm version

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pnpm install --frozen-lockfile
2828

2929
- name: Create Release Pull Request
30-
uses: changesets/action@v1
30+
uses: changesets/action@v2.1.1
3131
id: changesets
3232
with:
3333
commit: "chore: publish new release"

0 commit comments

Comments
 (0)