Skip to content

Commit 7daeaec

Browse files
authored
Merge pull request #220 from instructlab/dependabot/github_actions/sarisia/actions-status-discord-1.15.3
build(deps): bump sarisia/actions-status-discord from 1.15.1 to 1.15.3
2 parents 7842f14 + c2f03f9 commit 7daeaec

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
@@ -227,7 +227,7 @@ jobs:
227227
228228
- name: Send Discord notification for failure
229229
if: failure() && steps.check_pr.outputs.is_pr == 'false'
230-
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
230+
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
231231
with:
232232
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
233233
status: ${{ job.status }}
@@ -239,7 +239,7 @@ jobs:
239239

240240
- name: Send Discord notification for success
241241
if: success() && steps.check_pr.outputs.is_pr == 'false'
242-
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
242+
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
243243
with:
244244
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
245245
status: ${{ job.status }}

0 commit comments

Comments
 (0)