From 02d1651eabb587bed32d17fee2676faff2063e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:29:27 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 13 to 15 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 13 to 15. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v13...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/regression_reusable.yaml | 2 +- .github/workflows/upgrade_reusable.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression_reusable.yaml b/.github/workflows/regression_reusable.yaml index a1f234b60..e7ca32669 100644 --- a/.github/workflows/regression_reusable.yaml +++ b/.github/workflows/regression_reusable.yaml @@ -161,7 +161,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v13 + uses: dawidd6/action-send-mail@v15 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com diff --git a/.github/workflows/upgrade_reusable.yaml b/.github/workflows/upgrade_reusable.yaml index 5ea45833a..03a10c6c3 100644 --- a/.github/workflows/upgrade_reusable.yaml +++ b/.github/workflows/upgrade_reusable.yaml @@ -127,7 +127,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v13 + uses: dawidd6/action-send-mail@v15 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com