From ce3a337f05ab463627e399bc42e5062441646f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 07:18:18 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 4 to 5 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 4 to 5. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v4...v5) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ping-developer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ping-developer.yml b/.github/workflows/ping-developer.yml index d5f5cd4..5e15cee 100644 --- a/.github/workflows/ping-developer.yml +++ b/.github/workflows/ping-developer.yml @@ -62,7 +62,7 @@ jobs: # # - name: Send mail - uses: dawidd6/action-send-mail@v4 + uses: dawidd6/action-send-mail@v5 with: server_address: ${{secrets.EMAIL_SMTP}} server_port: 465