From f535c42a7320e537f1d42c918667247786e81a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:50:41 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail from 3 to 18 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 18. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v18) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-approval.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-approval.yml b/.github/workflows/ci-approval.yml index d4ce364..a80624d 100644 --- a/.github/workflows/ci-approval.yml +++ b/.github/workflows/ci-approval.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Send Email Notification - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v18 with: server_address: smtp.gmail.com server_port: 465 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a2d6c8..43ff6dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Send Email Notification to Admin - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v18 with: server_address: smtp.gmail.com server_port: 465