From 370f23bf349afd3ee801461829ac89a7fbbde427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:32:29 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 7 to 8 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... 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 2e3cad6e..4a1a5ce8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,7 @@ jobs: - id: email name: Send Mail if: needs.prepare.outputs.commit_count > 0 - uses: dawidd6/action-send-mail@v7 + uses: dawidd6/action-send-mail@v8 with: server_address: ${{ secrets.MAIL_SERVER }} server_port: ${{ secrets.MAIL_PORT }}