From c2b2f66fa9dfe87fae54e9cd41165542ed1939d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:13:56 +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 1b3dde6c63d699e660bf6e1b5605217b84d700fe to b96a33520f8ad5e6dcdecee6f1212bdf88b16550. - [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/1b3dde6c63d699e660bf6e1b5605217b84d700fe...b96a33520f8ad5e6dcdecee6f1212bdf88b16550) --- updated-dependencies: - dependency-name: SethCohen/github-releases-to-discord dependency-version: b96a33520f8ad5e6dcdecee6f1212bdf88b16550 dependency-type: direct:production ... 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 7ac1bb592e..5d76b2c481 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@1b3dde6c63d699e660bf6e1b5605217b84d700fe # v1 + uses: SethCohen/github-releases-to-discord@b96a33520f8ad5e6dcdecee6f1212bdf88b16550 # v1 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} # optional customizations below - most have good defaults