From 674bba83833566828741e6786a454dc570395089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:03:18 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 6 to 7 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '7' 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 d428588..df78efa 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@v7 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@v7 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465