From a51016019b896351714ea07e3ebfe91f5d0dfbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:02:17 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 6 to 8 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 8. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v6...v8) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '8' 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..d4446cd 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@v8 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@v8 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465