From a734ff813b7a9d4e25ac4788307afdaea7e40184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:55:46 +0000 Subject: [PATCH] Bump SethCohen/github-releases-to-discord from 1.15.0 to 1.16.2 Bumps [SethCohen/github-releases-to-discord](https://github.com/sethcohen/github-releases-to-discord) from 1.15.0 to 1.16.2. - [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.15.0...v1.16.2) --- updated-dependencies: - dependency-name: SethCohen/github-releases-to-discord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18a0532..f582d96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - name: Post release to Discord - uses: SethCohen/github-releases-to-discord@v1.15.0 + uses: SethCohen/github-releases-to-discord@v1.16.2 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} color: "16753920"