From 95bae637d50e59e4f62d0eaa7205ec56b07eab90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:06:01 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 6 to 9 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 9. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v6...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/upgrade-python-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 50046e2..c72abeb 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -59,7 +59,7 @@ jobs: - name: Send failure notification if: ${{ failure() }} - uses: dawidd6/action-send-mail@v6 + uses: dawidd6/action-send-mail@v9 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 @@ -72,7 +72,7 @@ jobs: - name: Send success notification if: ${{ success() }} - uses: dawidd6/action-send-mail@v6 + uses: dawidd6/action-send-mail@v9 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465