From ebd6a1bce29fd658d7271243b2d869c12bb780ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:23:08 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 11 to 13 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 11 to 13. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v11...v13) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '13' 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 8f923853a..a1f234b60 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@v11 + uses: dawidd6/action-send-mail@v13 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 0bb285856..5ea45833a 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@v11 + uses: dawidd6/action-send-mail@v13 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com