From ed1fb83690f7fd19fe7e129a8de81a31e2c92d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:18:14 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 8 to 9 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 8 to 9. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v8...v9) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/repo-health-job.yml | 4 ++-- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/repo-health-job.yml b/.github/workflows/repo-health-job.yml index 55e41fa..05129ed 100644 --- a/.github/workflows/repo-health-job.yml +++ b/.github/workflows/repo-health-job.yml @@ -163,7 +163,7 @@ jobs: path: dashboards/dashboard.sqlite3 - name: Send email on failure - uses: dawidd6/action-send-mail@v8 + uses: dawidd6/action-send-mail@v9 if: ${{ failure() && inputs.ENABLE_EMAIL_ALERTS }} with: server_address: email-smtp.us-east-1.amazonaws.com @@ -176,7 +176,7 @@ jobs: body: ${{ github.workflow }} in ${{ github.repository }} failed! For details, see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Send email on success - uses: dawidd6/action-send-mail@v8 + uses: dawidd6/action-send-mail@v9 if: ${{ success() && inputs.ENABLE_EMAIL_ALERTS && inputs.ENABLE_EMAIL_ALERTS_ON_SUCCESS }} with: server_address: email-smtp.us-east-1.amazonaws.com diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index a5b4141..b39e2b0 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -153,7 +153,7 @@ jobs: - name: Send failure notification if: ${{ failure() && inputs.email_address && env.smtp_available == 'true' }} - uses: dawidd6/action-send-mail@v8 + uses: dawidd6/action-send-mail@v9 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 @@ -166,7 +166,7 @@ jobs: - name: Send success notification if: ${{ inputs.send_success_notification && inputs.email_address && steps.createpullrequest.outputs.generated_pr && env.smtp_available == 'true' }} - uses: dawidd6/action-send-mail@v8 + uses: dawidd6/action-send-mail@v9 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465