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 @@ -241,7 +241,7 @@ jobs:
241241 steps :
242242 - name : Notify Slack
243243 id : main_message
244- uses : slackapi/slack-github-action@v3.0.1
244+ uses : slackapi/slack-github-action@v3
245245 with :
246246 method : chat.postMessage
247247 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -273,7 +273,7 @@ jobs:
273273
274274 - name : Test summary thread
275275 if : success()
276- uses : slackapi/slack-github-action@v3.0.1
276+ uses : slackapi/slack-github-action@v3
277277 with :
278278 method : chat.postMessage
279279 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@v3.0.1
48+ uses : slackapi/slack-github-action@v3
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@v3.0.1
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