Skip to content

Commit 4a416cb

Browse files
chore: update slackapi/slack-github-action action to v3
1 parent f2c1139 commit 4a416cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
shell: bash
8181

8282
- name: Notify Slack Success
83-
uses: slackapi/slack-github-action@v2.1.1
83+
uses: slackapi/slack-github-action@v3.0.1
8484
with:
8585
method: chat.postMessage
8686
token: ${{ secrets.SLACK_BOT_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
8989
text: ":white_check_mark: Deployment to *dev* succeeded"
9090
9191
- name: Notify Slack Failure
92-
uses: slackapi/slack-github-action@v2.1.1
92+
uses: slackapi/slack-github-action@v3.0.1
9393
if: ${{ failure() }}
9494
with:
9595
method: chat.postMessage
@@ -143,7 +143,7 @@ jobs:
143143
shell: bash
144144

145145
- name: Notify Slack Success
146-
uses: slackapi/slack-github-action@v2.1.1
146+
uses: slackapi/slack-github-action@v3.0.1
147147
with:
148148
method: chat.postMessage
149149
token: ${{ secrets.SLACK_BOT_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152152
text: ":white_check_mark: Deployment to *prod* succeeded"
153153
154154
- name: Notify Slack Failure
155-
uses: slackapi/slack-github-action@v2.1.1
155+
uses: slackapi/slack-github-action@v3.0.1
156156
if: ${{ failure() }}
157157
with:
158158
method: chat.postMessage

0 commit comments

Comments
 (0)