Skip to content

Commit 7301e13

Browse files
authored
Merge pull request #539 from instructlab/dependabot/github_actions/slackapi/slack-github-action-2.1.0
build(deps): Bump slackapi/slack-github-action from 2.0.0 to 2.1.0
2 parents 8da6b7b + 0c24282 commit 7301e13

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
@@ -265,7 +265,7 @@ jobs:
265265
- name: Post job results to Slack if the workflow failed
266266
if: failure() && steps.check_pr.outputs.is_pr == 'false'
267267
id: slack-report-failure
268-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
268+
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
269269
with:
270270
token: ${{ secrets.SON_OF_JEEVES_TOKEN }}
271271
method: chat.postMessage
@@ -279,7 +279,7 @@ jobs:
279279
- name: Post job results to Slack if the workflow succeeded
280280
if: success() && steps.check_pr.outputs.is_pr == 'false'
281281
id: slack-report-success
282-
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
282+
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
283283
with:
284284
token: ${{ secrets.SON_OF_JEEVES_TOKEN }}
285285
method: chat.postMessage

0 commit comments

Comments
 (0)