Skip to content

Commit ba92b3d

Browse files
chore(deps): bump changesets/action from 1.6.0 to 1.7.0 (#2526)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bc99a9 commit ba92b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Create or update release PR
3535
id: changesets
36-
uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0
36+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
3737
with:
3838
commit: "chore: release"
3939
title: "chore: release"
@@ -81,7 +81,7 @@ jobs:
8181
npm run build --workspace=@slack/socket-mode
8282
8383
- name: Publish to npm and create GitHub releases
84-
uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0
84+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
8585
with:
8686
createGithubReleases: true
8787
publish: npm run changeset -- publish

0 commit comments

Comments
 (0)