From 067232f6416872548658f7ed6106694a412babff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:59:40 +0200 Subject: [PATCH] build(deps): bump tsickert/discord-webhook from 5.5.0 to 6.0.0 (#250) Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](https://github.com/tsickert/discord-webhook/compare/v5.5.0...v6.0.0) --- updated-dependencies: - dependency-name: tsickert/discord-webhook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2b9ec4e3..76f7e262 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: New Discussion - uses: tsickert/discord-webhook@v5.5.0 + uses: tsickert/discord-webhook@v6.0.0 if: ${{ (github.event_name == 'discussion') }} with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }} @@ -25,7 +25,7 @@ jobs: embed-description: A **discussion** has been created in ${{ github.repository }}. - name: New Issue - uses: tsickert/discord-webhook@v5.5.0 + uses: tsickert/discord-webhook@v6.0.0 if: ${{ (github.event_name == 'issues') }} with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }} @@ -38,7 +38,7 @@ jobs: embed-description: An **issue** has been opened in ${{ github.repository }}. - name: New Pull Request - uses: tsickert/discord-webhook@v5.5.0 + uses: tsickert/discord-webhook@v6.0.0 if: ${{ (github.event_name == 'pull_request_target') }} with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}