Skip to content

Commit

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

[skip-ci] Update dawidd6/action-send-mail action to v3.9.0
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents 4e726f5 + 4ed9dc1 commit 3444f34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- if: steps.cron.outputs.failures > 0
name: Send failure 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 @@ -80,7 +80,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
2 changes: 1 addition & 1 deletion .github/workflows/discussion_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
log-output: true
- if: failure()
name: Send job failure 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
2 changes: 1 addition & 1 deletion .github/workflows/rerun_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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

1 comment on commit 3444f34

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.