Skip to content

Commit

Permalink
build(deps): bump tsickert/discord-webhook from 5.5.0 to 6.0.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 1b70f00 commit fc7eb9c
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 fc7eb9c

Please sign in to comment.