chore(deps): update dawidd6/action-send-mail action to v4 #57
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
# with:
|
||||
# cli-args: "shell.sh"
|
||||
- name: Send notification
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
uses: dawidd6/action-send-mail@v4
|
||||
if: failure()
|
||||
with:
|
||||
connection_url: smtp://docker10.mgrote.net:1025
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
- name: Send notification
|
||||
uses: dawidd6/action-send-mail@v3
|
||||
uses: dawidd6/action-send-mail@v4
|
||||
if: failure()
|
||||
with:
|
||||
connection_url: smtp://docker10.mgrote.net:1025
|
||||
|
|
Loading…
Reference in a new issue