From 0c2d1cedea36691ce63119933dcdd2ed7949981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 06:59:31 +0000 Subject: [PATCH] Bump tsickert/discord-webhook from 6.0.0 to 7.0.0 Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](https://github.com/tsickert/discord-webhook/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: tsickert/discord-webhook dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/discord-webhook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/discord-webhook.yml b/.github/workflows/discord-webhook.yml index b60de30..a3fc521 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: New Discussion - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: ${{ (github.event_name == 'discussion') }} with: webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }} @@ -44,7 +44,7 @@ jobs: embed-description: A **discussion** has been created in ${{ github.repository }}. - name: New Issue - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: ${{ (github.event_name == 'issues') }} with: webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }} @@ -57,7 +57,7 @@ jobs: embed-description: An **issue** has been opened in ${{ github.repository }}. - name: New Pull Request - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: ${{ (github.event_name == 'pull_request_target') }} with: webhook-url: ${{ secrets.DISCORD_GITHUB_WEBHOOK }}