Skip to content

Commit

Permalink
[skip-ci] Update dawidd6/action-send-mail action to v3.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 61ad7cf commit 1a94044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orphan_vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- if: steps.orphans.outputs.count > 0
name: Send orphan notification e-mail
# Ref: https://github.com/dawidd6/action-send-mail
uses: dawidd6/action-send-mail@v3.9.0
uses: dawidd6/action-send-mail@v3.10.0
with:
server_address: ${{ secrets.ACTION_MAIL_SERVER }}
server_port: 465
Expand All @@ -99,7 +99,7 @@ jobs:

- if: failure()
name: Send error notification e-mail
uses: dawidd6/action-send-mail@v3.9.0
uses: dawidd6/action-send-mail@v3.10.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand Down

0 comments on commit 1a94044

Please sign in to comment.