Skip to content

Commit 2d2d753

Browse files
chore(deps): bump tsickert/discord-webhook from 5.3.0 to 6.0.0 (#179)
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/tsickert/discord-webhook/releases) - [Commits](tsickert/discord-webhook@v5.3.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b58ae32 commit 2d2d753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/discord-webhook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: New Discussion
15-
uses: tsickert/discord-webhook@v5.3.0
15+
uses: tsickert/discord-webhook@v6.0.0
1616
if: ${{ (github.event_name == 'discussion') }}
1717
with:
1818
webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
@@ -25,7 +25,7 @@ jobs:
2525
embed-description: A **discussion** has been created in ${{ github.repository }}.
2626

2727
- name: New Issue
28-
uses: tsickert/discord-webhook@v5.3.0
28+
uses: tsickert/discord-webhook@v6.0.0
2929
if: ${{ (github.event_name == 'issues') }}
3030
with:
3131
webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
@@ -38,7 +38,7 @@ jobs:
3838
embed-description: An **issue** has been opened in ${{ github.repository }}.
3939

4040
- name: New Pull Request
41-
uses: tsickert/discord-webhook@v5.3.0
41+
uses: tsickert/discord-webhook@v6.0.0
4242
if: ${{ (github.event_name == 'pull_request_target') }}
4343
with:
4444
webhook-url: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}

0 commit comments

Comments
 (0)