Skip to content

Commit 492d9d7

Browse files
authored
revert: "chore(deps): bump changesets/action (#6578)" (#6708)
This reverts commit 090343c.
1 parent 090343c commit 492d9d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build packages
9191
run: yarn build
9292
- name: Publish to @latest
93-
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
93+
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
9494
with:
9595
publish: yarn publish:latest
9696
env:

.github/workflows/publish-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build packages
8686
run: yarn build
8787
- name: Publish to @latest
88-
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
88+
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
8989
with:
9090
publish: yarn publish:latest
9191
env:

.github/workflows/version-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: yarn --frozen-lockfile
4040
- name: Create or update Version Packages PR
4141
if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
42-
uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
42+
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
4343
with:
4444
version: yarn bumpVersions
4545
# Use the current branch as the base for the PR

0 commit comments

Comments
 (0)