diff --git a/.github/workflows/orphan_vms.yml b/.github/workflows/orphan_vms.yml index 7238c246..ed0e3418 100644 --- a/.github/workflows/orphan_vms.yml +++ b/.github/workflows/orphan_vms.yml @@ -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 @@ -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