From c6c28752afb8177ffc0bbf1e9418fc032c420121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:54:29 +0000 Subject: [PATCH] chore(deps): update ilshidur/action-discord action to v0.4.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b052f3f..4e9e81d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: - name: Send Discord notification if: ${{ needs.release-please.outputs.release_created }} - uses: Ilshidur/action-discord@0.3.2 + uses: Ilshidur/action-discord@0.4.0 env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} with: