From 71300af9dd3aea146f3d1e5f4a3d7ea8e5158fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:22:26 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 3 to 4 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail 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 5054656..e0813d4 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@v3 + uses: dawidd6/action-send-mail@v4 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@v3 + uses: dawidd6/action-send-mail@v4 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 66f16af..215df68 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -98,7 +98,7 @@ jobs: - name: Send failure notification if: ${{ failure() && inputs.email_address }} - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v4 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 @@ -111,7 +111,7 @@ jobs: - name: Send success notification if: ${{ inputs.send_success_notification && inputs.email_address && steps.createpullrequest.outputs.generated_pr }} - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v4 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465