Skip to content

Commit b619391

Browse files
authored
chore(deps): revert update of changesets/action (#2404)
1 parent 6997a9e commit b619391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
continue-on-error: true
4545
run: pnpm canary:enter
4646
- name: Create "Version packages" PR or publish release
47-
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
47+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
4848
with:
4949
version: pnpm run version
5050
publish: pnpm run release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
continue-on-error: true
4141
run: pnpm canary:exit
4242
- name: Create "Version packages" PR or publish release
43-
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
43+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
4444
with:
4545
version: pnpm run version
4646
publish: pnpm run release

0 commit comments

Comments
 (0)