chore(deps): update tsickert/discord-webhook action to v7

This commit is contained in:
renovate[bot]
2025-03-13 08:03:43 +00:00
committed by GitHub
parent b29144be8f
commit 946469a4db
10 changed files with 18 additions and 18 deletions

View File

@@ -217,7 +217,7 @@ jobs:
- name: >-
🔔 Send Discord Webhook Message (Success)
id: task_label_notify_discord_success
uses: tsickert/discord-webhook@v6.0.0
uses: tsickert/discord-webhook@v7.0.0
if: success()
with:
username: 'Io'
@@ -253,7 +253,7 @@ jobs:
- name: >-
🔔 Send Discord Webhook Message (Failure)
id: task_label_notify_discord_failure
uses: tsickert/discord-webhook@v6.0.0
uses: tsickert/discord-webhook@v7.0.0
if: failure()
with:
username: 'Io'