Skip to content

Commit

Permalink
build(deps): bump tsickert/discord-webhook from 5.5.0 to 6.0.0 (#250)
Browse files Browse the repository at this point in the history
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](tsickert/discord-webhook@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent b6147d0 commit 067232f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/discord-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 067232f

Please sign in to comment.