From 9506ae822ded330a5d1048b64f650d95fe0a5f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 08:05:52 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 6 to 7 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '7' 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 201952056..f1a99d091 100644 --- a/.github/workflows/regression_reusable.yaml +++ b/.github/workflows/regression_reusable.yaml @@ -164,7 +164,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v6 + uses: dawidd6/action-send-mail@v7 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 ea1f46277..64ce54bae 100644 --- a/.github/workflows/upgrade_reusable.yaml +++ b/.github/workflows/upgrade_reusable.yaml @@ -100,7 +100,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v6 + uses: dawidd6/action-send-mail@v7 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com