From 3283cce0bc7b5bffe367697b0eea335d0a775278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:35:31 +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. 🚀'