From f67f0624f1c7b22b457f89783311e289f1436fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:15:13 +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/lmgnu.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/lmgnu.yml b/.github/workflows/lmgnu.yml index e284cd1..80dfcd2 100644 --- a/.github/workflows/lmgnu.yml +++ b/.github/workflows/lmgnu.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