Skip to content

Commit 459ee73

Browse files
breaking: the dependency slackapi/slack-github-action has been updated to a new major version (v2.1.1), which may include breaking changes. #major
1 parent e3a98ac commit 459ee73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ runs:
143143

144144
- name: Notify in Slack about Approving/Denying to continue workflow
145145
if: github.ref_name == 'main' && steps.plan.outputs.changes == 'true' && inputs.enable_slack_notification_for_approval == 'true' && github.event_name != 'pull_request'
146-
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
146+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
147147
with:
148148
payload: |
149149
{
@@ -194,7 +194,7 @@ runs:
194194

195195
- name: Notify on Success
196196
if: always() && success()
197-
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
197+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
198198
with:
199199
payload: |
200200
{
@@ -215,7 +215,7 @@ runs:
215215

216216
- name: Notify on Failure
217217
if: always() && failure()
218-
uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
218+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
219219
with:
220220
payload: |
221221
{

0 commit comments

Comments
 (0)