File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232 steps :
233233 - name : Notify Slack
234234 id : main_message
235- uses : slackapi/slack-github-action@v2.0 .0
235+ uses : slackapi/slack-github-action@v2.1 .0
236236 with :
237237 method : chat.postMessage
238238 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Test summary thread
266266 if : success()
267- uses : slackapi/slack-github-action@v2.0 .0
267+ uses : slackapi/slack-github-action@v2.1 .0
268268 with :
269269 method : chat.postMessage
270270 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 4545
4646 - name : Notify Slack
4747 if : always() && github.repository == 'linode/linode_api4-python'
48- uses : slackapi/slack-github-action@v2.0 .0
48+ uses : slackapi/slack-github-action@v2.1 .0
4949 with :
5050 method : chat.postMessage
5151 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Notify Slack - Main Message
1313 id : main_message
14- uses : slackapi/slack-github-action@v2.0 .0
14+ uses : slackapi/slack-github-action@v2.1 .0
1515 with :
1616 method : chat.postMessage
1717 token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments