From 2c12d6f056932fe7b3aecf66e2f764260d126327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:31:10 +0000 Subject: [PATCH] Bump tsickert/discord-webhook from 5.3.0 to 5.4.0 Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](https://github.com/tsickert/discord-webhook/compare/v5.3.0...v5.4.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 d30711c..a131f72 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.3.0 + uses: tsickert/discord-webhook@v5.4.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