Update dawidd6/action-send-mail action to v19

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-09-07 11:14:08 +00:00 committed by GitHub
parent 0a186663dd
commit 1fded364fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ jobs:
log-output: true
- if: failure()
name: Send job failure notification e-mail
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18
uses: dawidd6/action-send-mail@d35571df1982970871070b5e02f01d3b6095cb74 # v19
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465

View file

@ -200,7 +200,7 @@ jobs:
run: cat email_body.txt
- name: Send release notification e-mail
# Ref: https://github.com/dawidd6/action-send-mail
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18
uses: dawidd6/action-send-mail@d35571df1982970871070b5e02f01d3b6095cb74 # v19
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465