From e12283caf2b67077227c43cd5a9b14426e4480fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:19:00 +0000 Subject: [PATCH] Bump tsickert/discord-webhook from 5.4.0 to 5.5.0 Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](https://github.com/tsickert/discord-webhook/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: tsickert/discord-webhook dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/discord-release-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-release-notification.yml b/.github/workflows/discord-release-notification.yml index a131f72..bb9fd09 100644 --- a/.github/workflows/discord-release-notification.yml +++ b/.github/workflows/discord-release-notification.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Discord Webhook Action - uses: tsickert/discord-webhook@v5.4.0 + uses: tsickert/discord-webhook@v5.5.0 with: webhook-url: ${{ secrets.WEBHOOK_URL }} content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}" \ No newline at end of file