From d601bb1c3e76d2e68dd18fc97b8e7cadd2ef1801 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:05:47 +0000 Subject: [PATCH] chore(deps): update ilshidur/action-discord action to v0.4.0 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f6d132..74401e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,13 +38,13 @@ jobs: args: "Lint checks *SUCCESSFUL!*\nfrom {{ GITHUB_ACTOR }} at {{ GITHUB_REPOSITORY }}" - name: Discord notification FAILED - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.4.0 if: failure() with: args: "Lint checks *FAILED* for {{GITHUB_REPOSITORY}}*\nYo {{GITHUB_ACTOR}} see why at <{{GITHUB_SERVER_URL}}/{{GITHUB_REPOSITORY}}/commit/{{GITHUB_SHA}}/checks|action logs>" - name: Discord notification SUCCESS - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.4.0 if: success() with: args: "Lint checks *SUCCESSFUL!*\nfrom {{ GITHUB_ACTOR }} at {{ GITHUB_REPOSITORY }}"