Skip to content

Commit

Permalink
chore(deps): bump tsickert/discord-webhook from 5.4.0 to 5.5.0 (#108)
Browse files Browse the repository at this point in the history
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](tsickert/discord-webhook@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 1db4d22 commit e33a08a
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 @@ -45,7 +45,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: ${{ (inputs.event_name == 'discussion') }}
with:
webhook-url: ${{ secrets.env_discord }}
Expand All @@ -59,7 +59,7 @@ jobs:
embed-color: 16305330

- name: New Issue
uses: tsickert/discord-webhook@v5.4.0
uses: tsickert/discord-webhook@v5.5.0
if: ${{ (inputs.event_name == 'issues') }}
with:
webhook-url: ${{ secrets.env_discord }}
Expand All @@ -73,7 +73,7 @@ jobs:
embed-color: 14023876

- name: New Pull Request
uses: tsickert/discord-webhook@v5.4.0
uses: tsickert/discord-webhook@v5.5.0
if: ${{ (inputs.event_name == 'pull_request_target') }}
with:
webhook-url: ${{ secrets.env_discord }}
Expand Down

0 comments on commit e33a08a

Please sign in to comment.