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 @@ -174,7 +174,7 @@ jobs:
174174 steps :
175175 - name : Post to Slack
176176 id : slack
177- uses : slackapi/slack-github-action@v1.21.0
177+ uses : slackapi/slack-github-action@v1.27.1
178178 with :
179179 channel-id : ${{ secrets.SLACK_CHANNEL_ID }}
180180 slack-message : " :thumbsup: VR Nightly build succeeded: \n
@@ -201,7 +201,7 @@ jobs:
201201 steps :
202202 - name : Post to Slack
203203 id : slack
204- uses : slackapi/slack-github-action@v1.21.0
204+ uses : slackapi/slack-github-action@v1.27.1
205205 with :
206206 # Slack channel id, channel name, or user id to post message.
207207 # See also: https://api.slack.com/methods/chat.postMessage#channels
Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ jobs:
869869
870870 - name : Post to a Slack channel
871871 id : slack
872- uses : slackapi/slack-github-action@v1.23.0
872+ uses : slackapi/slack-github-action@v1.27.1
873873 with :
874874 channel-id : ${{ secrets.SLACK_CHANNEL_ID }}
875875 slack-message : |
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ jobs:
327327 steps :
328328 - name : Post to a Slack channel
329329 id : slack
330- uses : slackapi/slack-github-action@v1.23.0
330+ uses : slackapi/slack-github-action@v1.27.1
331331 with :
332332 # Slack channel id, channel name, or user id to post message.
333333 # See also: https://api.slack.com/methods/chat.postMessage#channels
You can’t perform that action at this time.
0 commit comments