diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml index 06b9e794..f5fba0d8 100755 --- a/.github/workflows/deploy-clean.yml +++ b/.github/workflows/deploy-clean.yml @@ -188,7 +188,7 @@ jobs: - name: >- 🔔 Send Discord Webhook Message (Success) id: task_cleanup_notify_discord_success - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' @@ -224,7 +224,7 @@ jobs: - name: >- 🔔 Send Discord Webhook Message (Failure) id: task_cleanup_notify_discord_failure - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: failure() with: username: 'Io' diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml index 144fc615..bd88033b 100755 --- a/.github/workflows/deploy-docker-all.yml +++ b/.github/workflows/deploy-docker-all.yml @@ -683,7 +683,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' @@ -1128,7 +1128,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' @@ -1691,7 +1691,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' diff --git a/.github/workflows/deploy-docker-dockerhub.yml b/.github/workflows/deploy-docker-dockerhub.yml index e6e50ea9..ce5f414b 100755 --- a/.github/workflows/deploy-docker-dockerhub.yml +++ b/.github/workflows/deploy-docker-dockerhub.yml @@ -600,7 +600,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index f9fae4fd..a442b144 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -730,7 +730,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' diff --git a/.github/workflows/deploy-docker-giteacom.yml b/.github/workflows/deploy-docker-giteacom.yml index c7af9cde..7bf01b91 100644 --- a/.github/workflows/deploy-docker-giteacom.yml +++ b/.github/workflows/deploy-docker-giteacom.yml @@ -433,7 +433,7 @@ jobs: - name: '🔔 Send Discord Webhook Message' id: task_release_notifications_discord_send - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' @@ -709,7 +709,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml index bb900f84..8b2e12b6 100755 --- a/.github/workflows/deploy-docker-github.yml +++ b/.github/workflows/deploy-docker-github.yml @@ -604,7 +604,7 @@ jobs: # # - name: '🔔 Send Discord Webhook Message' - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9f3f5050..8a31d336 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -144,7 +144,7 @@ jobs: - name: >- 🔔 Send Discord Webhook Message (Success) id: task_docs_notify_discord_success - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' @@ -178,7 +178,7 @@ jobs: - name: >- 🔔 Send Discord Webhook Message (Failure) id: task_docs_notify_discord_failure - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: failure() with: username: 'Io' diff --git a/.github/workflows/issues-scan.yml b/.github/workflows/issues-scan.yml index d8287cd0..25f19453 100755 --- a/.github/workflows/issues-scan.yml +++ b/.github/workflows/issues-scan.yml @@ -819,7 +819,7 @@ jobs: - name: >- 🔔 Send Discord Webhook Message (Success) id: task_autocheck_notify_discord_success - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: success() with: username: 'Io' @@ -870,7 +870,7 @@ jobs: - name: >- 🔔 Send Discord Webhook Message (Failure) id: task_autocheck_notify_discord_failure - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: failure() with: username: 'Io' diff --git a/.github/workflows/labels-clean.yml b/.github/workflows/labels-clean.yml index bfa53019..f92ac06c 100755 --- a/.github/workflows/labels-clean.yml +++ b/.github/workflows/labels-clean.yml @@ -230,7 +230,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' @@ -266,7 +266,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' diff --git a/.github/workflows/labels-create.yml b/.github/workflows/labels-create.yml index d4a1a4eb..af696bea 100755 --- a/.github/workflows/labels-create.yml +++ b/.github/workflows/labels-create.yml @@ -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'