From 274168127f61fe9f624caafdcf5a8ff474364679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 16:10:10 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 3.4.1 to 3.5.0 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3.4.1...v3.5.0) --- 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 4b260a9..512fdc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: Take a look the [information](https://search.maven.org/artifact/wtf.metio.reguloj/reguloj/${{ steps.release.outputs.version }}/jar) available at Maven Central for other build tools. - name: Send Mail if: steps.commits.outputs.count > 0 - uses: dawidd6/action-send-mail@v3.4.1 + uses: dawidd6/action-send-mail@v3.5.0 with: server_address: ${{ secrets.MAIL_SERVER }} server_port: ${{ secrets.MAIL_PORT }} -- 2.11.4.GIT