From 08d172e45fd5eeb91ec16d4df24877b7855c846c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:25:07 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 12 to 13 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 12 to 13. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v12...v13) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '13' 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..233be06 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@v13 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@v13 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@v13 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..93e28b0 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@v13 continue-on-error: true with: server_address: smtp-relay.brevo.com