Skip to content

Commit 70f0cb1

Browse files
authored
chore(deps): bump changesets/action from b98cec97583b917ff1dc6179dd4d230d3e439894 to changesets/action@f2660aa (#6771)
1 parent ba5381d commit 70f0cb1

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@b98cec97583b917ff1dc6179dd4d230d3e439894
93+
uses: changesets/action@f2660aa7e78365f53dbeb4cfa774c1499ec6483a
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@b98cec97583b917ff1dc6179dd4d230d3e439894
88+
uses: changesets/action@f2660aa7e78365f53dbeb4cfa774c1499ec6483a
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@b98cec97583b917ff1dc6179dd4d230d3e439894
42+
uses: changesets/action@f2660aa7e78365f53dbeb4cfa774c1499ec6483a
4343
with:
4444
version: yarn bumpVersions
4545
# Use the current branch as the base for the PR

0 commit comments

Comments
 (0)