[skip-ci] Update dawidd6/action-send-mail action to v3.7.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-04-25 08:12:08 +00:00 committed by GitHub
parent 191892419f
commit fc8bd45215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ jobs:
- if: steps.cron.outputs.failures > 0
name: Send failure notification e-mail
# Ref: https://github.com/dawidd6/action-send-mail
uses: dawidd6/action-send-mail@v3.7.1
uses: dawidd6/action-send-mail@v3.7.2
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
@ -80,7 +80,7 @@ jobs:
- if: failure()
name: Send error notification e-mail
uses: dawidd6/action-send-mail@v3.7.1
uses: dawidd6/action-send-mail@v3.7.2
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465

View File

@ -66,7 +66,7 @@ jobs:
- if: failure()
name: Send error notification e-mail
uses: dawidd6/action-send-mail@v3.7.1
uses: dawidd6/action-send-mail@v3.7.2
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465