Merge pull request #29737 from podman-container-tools/renovate/dawidd6-action-send-mail-20.x

Update dawidd6/action-send-mail action to v20
This commit is contained in:
Paul Holzinger 2026-09-09 12:02:39 +02:00 committed by GitHub
commit fb57e20133
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@d35571df1982970871070b5e02f01d3b6095cb74 # v19
uses: dawidd6/action-send-mail@ca8dbb4d4f91ca7f75e7f2feea5339e76ce70c90 # v20
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@d35571df1982970871070b5e02f01d3b6095cb74 # v19
uses: dawidd6/action-send-mail@ca8dbb4d4f91ca7f75e7f2feea5339e76ce70c90 # v20
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465