From 16229f485695088011c2c470c7282031688e0d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:59:46 +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.19.0 to 1.20.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/b96a33520f8ad5e6dcdecee6f1212bdf88b16550...24d166886aee4646d448c8a389ff9e1ebcab3682) --- updated-dependencies: - dependency-name: SethCohen/github-releases-to-discord dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/discord-release-announce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-release-announce.yml b/.github/workflows/discord-release-announce.yml index 5d76b2c481..b57a59e98a 100644 --- a/.github/workflows/discord-release-announce.yml +++ b/.github/workflows/discord-release-announce.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send release to Discord - uses: SethCohen/github-releases-to-discord@b96a33520f8ad5e6dcdecee6f1212bdf88b16550 # v1 + uses: SethCohen/github-releases-to-discord@24d166886aee4646d448c8a389ff9e1ebcab3682 # v1 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} # optional customizations below - most have good defaults