From 6ddaee31b82c556504ef88eff1b6e40efcd3dfa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:41:58 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 11 to 15 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 11 to 15. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v11...v15) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/email-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/email-notification.yml b/.github/workflows/email-notification.yml index 0f2d3cb0b9c..b4c532c89f6 100644 --- a/.github/workflows/email-notification.yml +++ b/.github/workflows/email-notification.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send mail - uses: dawidd6/action-send-mail@v11 + uses: dawidd6/action-send-mail@v15 with: subject: ${{ inputs.subject }} body: ${{ inputs.body }}