Skip to content

Commit

Permalink
Merge pull request #308 from containers/renovate/dawidd6-action-send-…
Browse files Browse the repository at this point in the history
…mail-3.x

[skip-ci] Update dawidd6/action-send-mail action to v3.9.0
  • Loading branch information
cevich committed Oct 17, 2023
2 parents 03994f8 + 60f03d9 commit b1b966e
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.8.0
uses: dawidd6/action-send-mail@v3.9.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.8.0
uses: dawidd6/action-send-mail@v3.9.0
with:
server_address: ${{secrets.ACTION_MAIL_SERVER}}
server_port: 465
Expand Down

0 comments on commit b1b966e

Please sign in to comment.