chore(deps): update dawidd6/action-send-mail action to v4
All checks were successful
lint, build and push / lint (pull_request) Successful in 6s
lint, build and push / build (pull_request) Successful in 36s

This commit is contained in:
Renovate Bot 2024-11-20 08:10:01 +00:00
parent b6e412e895
commit 5b24a0ccfc

View file

@ -26,7 +26,7 @@ jobs:
# with: # with:
# cli-args: "shell.sh" # cli-args: "shell.sh"
- name: Send notification - name: Send notification
uses: dawidd6/action-send-mail@v3 uses: dawidd6/action-send-mail@v4
if: failure() if: failure()
with: with:
connection_url: smtp://docker10.mgrote.net:1025 connection_url: smtp://docker10.mgrote.net:1025
@ -75,7 +75,7 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
- name: Send notification - name: Send notification
uses: dawidd6/action-send-mail@v3 uses: dawidd6/action-send-mail@v4
if: failure() if: failure()
with: with:
connection_url: smtp://docker10.mgrote.net:1025 connection_url: smtp://docker10.mgrote.net:1025