File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
99
if : always() && github.event_name == 'push' && (needs.test.result == 'failure' || needs.package.result == 'failure')
100
100
steps :
101
101
- name : Notify Slack
102
- uses : slackapi/slack-github-action@v1.22.0
102
+ uses : slackapi/slack-github-action@v2.1.1
103
103
with :
104
104
payload : |
105
105
{
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ jobs:
531
531
echo "pre_release=$PRE_RELEASE" >> $GITHUB_OUTPUT
532
532
533
533
- name : Notify Slack
534
- uses : slackapi/slack-github-action@v1.22.0
534
+ uses : slackapi/slack-github-action@v2.1.1
535
535
with :
536
536
payload : |
537
537
{
@@ -638,7 +638,7 @@ jobs:
638
638
echo "pre_release=$PRE_RELEASE" >> $GITHUB_OUTPUT
639
639
640
640
- name : Notify Slack
641
- uses : slackapi/slack-github-action@v1.22.0
641
+ uses : slackapi/slack-github-action@v2.1.1
642
642
with :
643
643
payload : |
644
644
{
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
npx tsx .github/scripts/index.ts npm-package-details
177
177
178
178
- name : Notify Slack
179
- uses : slackapi/slack-github-action@v1.22.0
179
+ uses : slackapi/slack-github-action@v2.1.1
180
180
with :
181
181
payload : |
182
182
{
@@ -250,7 +250,7 @@ jobs:
250
250
npx tsx .github/scripts/index.ts npm-package-details
251
251
252
252
- name : Notify Slack
253
- uses : slackapi/slack-github-action@v1.22.0
253
+ uses : slackapi/slack-github-action@v2.1.1
254
254
with :
255
255
payload : |
256
256
{
You can’t perform that action at this time.
0 commit comments