From e3b3ef3721e2c4f9ebc45e060e2311b34573852a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:57:22 +0000 Subject: [PATCH] chore(deps): bump SethCohen/github-releases-to-discord Bumps [SethCohen/github-releases-to-discord](https://github.com/sethcohen/github-releases-to-discord) from 1.16.2 to 1.19.0. - [Release notes](https://github.com/sethcohen/github-releases-to-discord/releases) - [Changelog](https://github.com/SethCohen/github-releases-to-discord/blob/master/CHANGELOG.md) - [Commits](https://github.com/sethcohen/github-releases-to-discord/compare/v1.16.2...v1.19.0) --- updated-dependencies: - dependency-name: SethCohen/github-releases-to-discord dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/discord-notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-notification.yaml b/.github/workflows/discord-notification.yaml index 12457df..44e85ed 100644 --- a/.github/workflows/discord-notification.yaml +++ b/.github/workflows/discord-notification.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Github Releases To Discord - uses: SethCohen/github-releases-to-discord@v1.16.2 + uses: SethCohen/github-releases-to-discord@v1.19.0 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} color: "2105893"