From ff640974c6125b3db666124ba591bf6ac17009e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:27:06 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-send-mail in the actions group Bumps the actions group with 1 update: [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail). Updates `dawidd6/action-send-mail` from 8de3c312702ac7a63fc4035d45a2a51811eb669a to 62b29dec2d582553c64e9eb361079f1bf166d4f6 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/8de3c312702ac7a63fc4035d45a2a51811eb669a...62b29dec2d582553c64e9eb361079f1bf166d4f6) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: 62b29dec2d582553c64e9eb361079f1bf166d4f6 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/push-email-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 974568f..723ca94 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Send push notification email - uses: dawidd6/action-send-mail@8de3c312702ac7a63fc4035d45a2a51811eb669a # pinned + uses: dawidd6/action-send-mail@62b29dec2d582553c64e9eb361079f1bf166d4f6 # pinned with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }}