Skip to content

Commit 7b94207

Browse files
author
meihuisu
committed
Merge branch 'main' of github.com:SCECcode/ucvm
2 parents 3c68d04 + c7c5fb8 commit 7b94207

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ucvm-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
- name: Notify Slack on failure
3737
if: ${{ failure() }}
38-
uses: slackapi/slack-github-action@v2
38+
uses: slackapi/slack-github-action@v3.0.1
3939
with:
4040
webhook: ${{ secrets.SLACK_WEBHOOK }}
4141
webhook-type: incoming-webhook
@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272
- name: Notify Slack on failure
7373
if: ${{ failure() }}
74-
uses: slackapi/slack-github-action@v2
74+
uses: slackapi/slack-github-action@v3.0.1
7575
with:
7676
webhook: ${{ secrets.SLACK_WEBHOOK }}
7777
webhook-type: incoming-webhook
@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106
- name: Notify Slack on failure
107107
if: ${{ failure() }}
108-
uses: slackapi/slack-github-action@v2
108+
uses: slackapi/slack-github-action@v3.0.1
109109
with:
110110
webhook: ${{ secrets.SLACK_WEBHOOK }}
111111
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)