Skip to content

Commit 6b920c1

Browse files
chore(deps): update all dependencies - patch updates
1 parent 2944f70 commit 6b920c1

File tree

4 files changed

+533
-841
lines changed

4 files changed

+533
-841
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Send a Slack notification on publish
104104
if: steps.changesets.outcome == 'success'
105105
id: slack
106-
uses: slackapi/[email protected].0
106+
uses: slackapi/[email protected].1
107107
with:
108108
# Slack channel id, channel name, or user id to post message
109109
# See also: https://api.slack.com/methods/chat.postMessage#channels

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Send a Slack notification on publish
6666
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
6767
id: slack
68-
uses: slackapi/[email protected].0
68+
uses: slackapi/[email protected].1
6969
with:
7070
# Slack channel id, channel name, or user id to post message
7171
# See also: https://api.slack.com/methods/chat.postMessage#channels

0 commit comments

Comments
 (0)