Skip to content

chore(deps): bump changesets/action from b98cec97583b917ff1dc6179dd4d230d3e439894 to ff7179cf129faeb3e444f56e6290adef5901f936 #6486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-hotfix.yml
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish to @latest
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
uses: changesets/action@ff7179cf129faeb3e444f56e6290adef5901f936
with:
publish: yarn publish:latest
env:
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish to @latest
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
uses: changesets/action@ff7179cf129faeb3e444f56e6290adef5901f936
with:
publish: yarn publish:latest
env:
2 changes: 1 addition & 1 deletion .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
run: yarn --frozen-lockfile
- name: Create or update Version Packages PR
if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
uses: changesets/action@ff7179cf129faeb3e444f56e6290adef5901f936
with:
version: yarn bumpVersions
env: