Skip to content

Commit d3687ab

Browse files
authored
Merge pull request #29051 from podman-container-tools/renovate/dawidd6-action-send-mail-18.x
Update dawidd6/action-send-mail action to v18
2 parents 06af597 + 61547d0 commit d3687ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue_pr_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
log-output: true
7575
- if: failure()
7676
name: Send job failure notification e-mail
77-
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17
77+
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18
7878
with:
7979
server_address: ${{secrets.ACTION_MAIL_SERVER}}
8080
server_port: 465

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
run: cat email_body.txt
197197
- name: Send release notification e-mail
198198
# Ref: https://github.com/dawidd6/action-send-mail
199-
uses: dawidd6/action-send-mail@42942bc2f8fba4e611b459a018967a6a7c78c68c # v17
199+
uses: dawidd6/action-send-mail@94de994a9f6fffee200243214e17002e2920bb59 # v18
200200
with:
201201
server_address: ${{secrets.ACTION_MAIL_SERVER}}
202202
server_port: 465

0 commit comments

Comments
 (0)