From ac962b22fe968cb0d664730c1ed4f4aad7b57a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:31:11 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 12 to 15 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 12 to 15. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v12...v15) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 6 +++--- .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eb4f15f..ef39e32 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -85,7 +85,7 @@ jobs: echo "EOF_SSH_KEY" >> $GITHUB_OUTPUT - name: Send deployment started notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v15 continue-on-error: true with: server_address: smtp-relay.brevo.com @@ -177,7 +177,7 @@ jobs: run: kamal deploy - name: Send deployment succeeded notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v15 continue-on-error: true with: server_address: smtp-relay.brevo.com @@ -244,7 +244,7 @@ jobs: echo "brevo_smtp_key=$BREVO_SMTP_KEY" >> $GITHUB_OUTPUT - name: Send deployment failed notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v15 continue-on-error: true with: server_address: smtp-relay.brevo.com diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d8e1a..fa924c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: echo "brevo_smtp_key=$BREVO_SMTP_KEY" >> $GITHUB_OUTPUT - name: Send failure notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v15 continue-on-error: true with: server_address: smtp-relay.brevo.com