From 28dc30e1323a4e7b1e998130b49b8ec167af7bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 01:04:48 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 3.2.0 to 3.4.1 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.2.0 to 3.4.1. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3.2.0...v3.4.1) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-type: direct:production update-type: version-update:semver-minor ... 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 e14ccd9c..c7c0c732 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@v3.2.0 + uses: dawidd6/action-send-mail@v3.4.1 if: needs.prepare.outputs.commit_count > 0 with: server_address: ${{ secrets.MAIL_SERVER }} -- 2.11.4.GIT