Skip to content

Commit 197c562

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

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
@@ -232,7 +232,7 @@ jobs:
232232

233233
- name: Send Discord notification for failure
234234
if: failure() && steps.check_pr.outputs.is_pr == 'false'
235-
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
235+
uses: sarisia/actions-status-discord@11a0bfe3b50977e38aa2bd4a4ebd296415e83c19 # v1.15.4
236236
with:
237237
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
238238
status: ${{ job.status }}
@@ -244,7 +244,7 @@ jobs:
244244

245245
- name: Send Discord notification for success
246246
if: success() && steps.check_pr.outputs.is_pr == 'false'
247-
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
247+
uses: sarisia/actions-status-discord@11a0bfe3b50977e38aa2bd4a4ebd296415e83c19 # v1.15.4
248248
with:
249249
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
250250
status: ${{ job.status }}

0 commit comments

Comments
 (0)