From 8b11a877c4550de037626a4f5e4a1a0f683170df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:39:58 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from v2 to v3 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from v2 to v3. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v2...c88d504a7c7e8c41f5fdf5780cc03f45a0039b2c) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70586a06..9e26dbb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -246,7 +246,7 @@ jobs: steps: - id: email name: Send Mail - uses: dawidd6/action-send-mail@v2 + uses: dawidd6/action-send-mail@v3 if: needs.prepare.outputs.commit_count > 0 with: server_address: ${{ secrets.MAIL_SERVER }} -- 2.11.4.GIT