From df2185e5ccf940ae1519bce181c98aea0c647335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:09:23 +0000 Subject: [PATCH] build(deps): bump tsickert/discord-webhook from 5.4.0 to 5.5.0 Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](https://github.com/tsickert/discord-webhook/compare/v5.4.0...v5.5.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-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 787d4242..f8af0545 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.4.0 + uses: tsickert/discord-webhook@v5.5.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.4.0 + uses: tsickert/discord-webhook@v5.5.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.4.0 + uses: tsickert/discord-webhook@v5.5.0 if: ${{ (github.event_name == 'pull_request_target') }} with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}