From 747b87b332e2cb6e80e03bc762caa3a29041aa16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:51:42 +0000 Subject: [PATCH] Bump hugoalh/send-discord-webhook-ghaction in the dependencies group Bumps the dependencies group with 1 update: [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction). Updates `hugoalh/send-discord-webhook-ghaction` from 7.0.4 to 7.0.5 - [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases) - [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: hugoalh/send-discord-webhook-ghaction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/server.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaeb5b66b..6e689852e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -467,7 +467,7 @@ jobs: max_chars: '1450' - name: 📨 Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.4 + uses: hugoalh/send-discord-webhook-ghaction@v7.0.5 with: key: ${{ secrets.DISCORD_RELEASES }} username: "TerraFirmaGreg" diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index a054d7da8..72950329a 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 📨 Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.4 + uses: hugoalh/send-discord-webhook-ghaction@v7.0.5 with: key: ${{ secrets.DISCORD_NEWS_SERVER }} username: "TerraFirmaGreg"