From 7a84d081cded16b0f2860da2dc25210656bfd0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:50:09 +0000 Subject: [PATCH] Bump hugoalh/send-discord-webhook-ghaction from 7.0.0 to 7.0.4 Bumps [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction) from 7.0.0 to 7.0.4. - [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases) - [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7...v7.0.4) --- updated-dependencies: - dependency-name: hugoalh/send-discord-webhook-ghaction dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Build.yml | 2 +- .github/workflows/BuildMultiplatform.yml | 2 +- .github/workflows/Release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 0c63494b..bae5935b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -224,7 +224,7 @@ jobs: path: CHANGELOG-${{ steps.info.outputs.projectsuffix }}.md - name: Send Discord message if: ${{ steps.mod_changes.outputs.changed == 'true' }} - uses: "hugoalh/send-discord-webhook-ghaction@v7.0.0" + uses: "hugoalh/send-discord-webhook-ghaction@v7.0.4" with: key: ${{ secrets.DISCORD_WEBHOOK }} content: "${{ steps.mod_changes.outputs.markdown }}" diff --git a/.github/workflows/BuildMultiplatform.yml b/.github/workflows/BuildMultiplatform.yml index 2d98f66b..a16c7301 100644 --- a/.github/workflows/BuildMultiplatform.yml +++ b/.github/workflows/BuildMultiplatform.yml @@ -149,7 +149,7 @@ jobs: name: changelog path: CHANGELOG-*.md - name: Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.1 + uses: hugoalh/send-discord-webhook-ghaction@v7.0.4 if: ${{ steps.info.outputs.diff != '' }} with: key: ${{ secrets.DISCORD_WEBHOOK_DEV }} diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index beb4737a..0d455a15 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -120,7 +120,7 @@ jobs: echo "markdown=$message" >> $GITHUB_OUTPUT - name: Send Discord message - uses: "hugoalh/send-discord-webhook-ghaction@v7.0.0" + uses: "hugoalh/send-discord-webhook-ghaction@v7.0.4" with: key: ${{ secrets.DISCORD_WEBHOOK_ANNOUNCEMENTS }} username: "UnderBot"