File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ jobs:
302302 steps :
303303 - name : Notify Slack
304304 id : main_message
305- uses : slackapi/slack-github-action@v2
305+ uses : slackapi/slack-github-action@v3
306306 with :
307307 method : chat.postMessage
308308 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -334,7 +334,7 @@ jobs:
334334
335335 - name : Test summary thread
336336 if : success()
337- uses : slackapi/slack-github-action@v2
337+ uses : slackapi/slack-github-action@v3
338338 with :
339339 method : chat.postMessage
340340 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 4646
4747 - name : Notify Slack
4848 if : always() && github.repository == 'linode/linode-cli' # Run even if integration tests fail and only on main repository
49- uses : slackapi/slack-github-action@v2
49+ uses : slackapi/slack-github-action@v3
5050 with :
5151 method : chat.postMessage
5252 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
14+ uses : slackapi/slack-github-action@v3
1515 with :
1616 method : chat.postMessage
1717 token : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments