Skip to content

Commit c2f03f9

Browse files
build(deps): bump sarisia/actions-status-discord from 1.15.1 to 1.15.3
Bumps [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord) from 1.15.1 to 1.15.3. - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](sarisia/actions-status-discord@65843b6...5ddd3b1) --- updated-dependencies: - dependency-name: sarisia/actions-status-discord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdece44 commit c2f03f9

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

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

0 commit comments

Comments
 (0)