From 271f51da4d8753fbecddd43af3a3fd5ac9e9dfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:15:01 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-send-mail from 3 to 4 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail 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 34434b2..d5f5cd4 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@v3 + uses: dawidd6/action-send-mail@v4 with: server_address: ${{secrets.EMAIL_SMTP}} server_port: 465