From c3fb526ad8d41420d8a721565b9e992416655196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:11:15 +0000 Subject: [PATCH] Bump dawidd6/action-send-mail from 15 to 16 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 15 to 16. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/4758fd2f0eab31f80897dc291e43c3867cce37bf...d38f3f7cd391cdebfe0d38efc3998b935e951c4f) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-dev.yml | 4 ++-- .github/workflows/terraform-infra.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform-dev.yml b/.github/workflows/terraform-dev.yml index 64fba34..078f379 100644 --- a/.github/workflows/terraform-dev.yml +++ b/.github/workflows/terraform-dev.yml @@ -225,7 +225,7 @@ jobs: - name: alert on failure if: failure() - uses: dawidd6/action-send-mail@4758fd2f0eab31f80897dc291e43c3867cce37bf + uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f with: server_address: smtp.gmail.com server_port: 465 @@ -274,7 +274,7 @@ jobs: - name: alert on failure if: failure() - uses: dawidd6/action-send-mail@4758fd2f0eab31f80897dc291e43c3867cce37bf + uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f with: server_address: smtp.gmail.com server_port: 465 diff --git a/.github/workflows/terraform-infra.yml b/.github/workflows/terraform-infra.yml index 1ee3706..935ca00 100644 --- a/.github/workflows/terraform-infra.yml +++ b/.github/workflows/terraform-infra.yml @@ -213,7 +213,7 @@ jobs: - name: alert on failure if: failure() - uses: dawidd6/action-send-mail@4758fd2f0eab31f80897dc291e43c3867cce37bf # v15 + uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f # v16 with: server_address: smtp.gmail.com server_port: 465