From 8e4184bc02ee800e1c7cc3a9ef47a440c47c8bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:09:22 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 3 to 6 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 1b824f1..562d337 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -42,7 +42,7 @@ jobs: python -m pytest - name: Send status to author's email if: ${{ failure() }} && github.event_name != 'workflow_dispatch' }} # Only email if the workflow failed and was not manually started. Customize this as necessary. - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v6 with: # Required mail server address if not connection_url: server_address: smtp.gmail.com