From 5a55c69010b285056cf86739bd234f810eef5736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:27:30 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 16 to 17 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 16 to 17. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v16...v17) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '17' 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 8bfe738c4..c5e671e8f 100644 --- a/.github/workflows/regression_reusable.yaml +++ b/.github/workflows/regression_reusable.yaml @@ -166,7 +166,7 @@ jobs: name: cli-coverage path: cli_coverage.json - name: ✉ Mail failure report - uses: dawidd6/action-send-mail@v16 + uses: dawidd6/action-send-mail@v17 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 98a754914..6cec48fc6 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@v16 + uses: dawidd6/action-send-mail@v17 if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule' with: server_address: smtp.gmail.com