mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-16 04:37:52 +00:00
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:
parent
0a186663dd
commit
1fded364fd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/issue_pr_lock.yml
vendored
2
.github/workflows/issue_pr_lock.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue