From ed82505cd30b4000039d9d2b19dc2324366ed7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:27:13 +0000 Subject: [PATCH] Bump Ilshidur/action-discord from 0.3.2 to 0.4.0 Bumps [Ilshidur/action-discord](https://github.com/ilshidur/action-discord) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/ilshidur/action-discord/releases) - [Commits](https://github.com/ilshidur/action-discord/compare/0.3.2...0.4.0) --- updated-dependencies: - dependency-name: Ilshidur/action-discord dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 7cc2a0a58..5d3b39b0e 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -72,6 +72,6 @@ jobs: if: ${{ github.event_name == 'schedule' && failure() }} env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_ACTION_FAILURE }} - uses: Ilshidur/action-discord@0.3.2 + uses: Ilshidur/action-discord@0.4.0 with: args: "[Scheduled action failed!](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})"