Skip to content

Commit

Permalink
Revert "chore(deps): bump changesets/action from b98cec97583b917ff1dc…
Browse files Browse the repository at this point in the history
…6179dd4d…" (#5133)

This reverts commit 8deade3.
  • Loading branch information
reesscot authored Apr 5, 2024
1 parent d6db248 commit 505a4db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish to @latest
uses: changesets/action@63ffd93140be6000b385d611d886a82c86214719 # v1.4.7 https://github.com/changesets/action/commit/63ffd93140be6000b385d611d886a82c86214719
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
with:
publish: yarn publish:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish to @latest
uses: changesets/action@63ffd93140be6000b385d611d886a82c86214719 # v1.4.7 https://github.com/changesets/action/commit/63ffd93140be6000b385d611d886a82c86214719
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
with:
publish: yarn publish:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@63ffd93140be6000b385d611d886a82c86214719 # v1.4.7 https://github.com/changesets/action/commit/63ffd93140be6000b385d611d886a82c86214719
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
with:
version: yarn bumpVersions
env:
Expand Down

0 comments on commit 505a4db

Please sign in to comment.