Skip to content

Commit 38daf8a

Browse files
build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@37ebaef...485a9d4) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bde0b3 commit 38daf8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: Post job results to Slack if the workflow failed
192192
if: failure() && steps.check_pr.outputs.is_pr == 'false'
193193
id: slack-report-failure
194-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
194+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
195195
with:
196196
# Slack channel id, channel name, or user id to post message.
197197
# See also: https://api.slack.com/methods/chat.postMessage#channels
@@ -204,7 +204,7 @@ jobs:
204204
- name: Post job results to Slack if the workflow succeeded
205205
if: success() && steps.check_pr.outputs.is_pr == 'false'
206206
id: slack-report-success
207-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
207+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
208208
with:
209209
# Slack channel id, channel name, or user id to post message.
210210
# See also: https://api.slack.com/methods/chat.postMessage#channels

0 commit comments

Comments
 (0)