From 6593ffa264ce81d4d620540760493bc736aad23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:15:18 +0000 Subject: [PATCH] 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/release-announcement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-announcement.yml b/.github/workflows/release-announcement.yml index 0253d076..dd1845a4 100644 --- a/.github/workflows/release-announcement.yml +++ b/.github/workflows/release-announcement.yml @@ -19,7 +19,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - id: mail name: Send Mail - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v4 with: server_address: ${{ secrets.MAIL_SERVER }} server_port: ${{ secrets.MAIL_PORT }} -- 2.11.4.GIT