From 6e6dd64401b4ba33a2d9e715260763a7e6e1aff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:07:00 +0000 Subject: [PATCH] chore(deps): update ilshidur/action-discord action to v0.4.0 --- .github/workflows/notify-discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-discord.yml b/.github/workflows/notify-discord.yml index 9c19de1..3807be6 100644 --- a/.github/workflows/notify-discord.yml +++ b/.github/workflows/notify-discord.yml @@ -11,6 +11,6 @@ jobs: - name: Discord notification 📯 env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.2 + uses: Ilshidur/action-discord@0.4.0 with: args: '${{ github.event.repository.name }} [${{ github.event.release.tag_name }}](${{ github.event.release.html_url }}) has been released. 🚀'