Skip to content

Commit d11c083

Browse files
authored
Merge pull request #225 from datalad/dependabot/github_actions/dawidd6/action-send-mail-6
[gh-actions](deps): Bump dawidd6/action-send-mail from 5 to 6
2 parents 706e599 + 4ea6cdb commit d11c083

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Send e-mail on failed run
171171
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
172-
uses: dawidd6/action-send-mail@v5
172+
uses: dawidd6/action-send-mail@v6
173173
with:
174174
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
175175
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -308,7 +308,7 @@ jobs:
308308

309309
- name: Send e-mail on failed run
310310
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
311-
uses: dawidd6/action-send-mail@v5
311+
uses: dawidd6/action-send-mail@v6
312312
with:
313313
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
314314
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

.github/workflows/build-ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225

226226
- name: Send e-mail on failed run
227227
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
228-
uses: dawidd6/action-send-mail@v5
228+
uses: dawidd6/action-send-mail@v6
229229
with:
230230
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
231231
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -357,7 +357,7 @@ jobs:
357357

358358
- name: Send e-mail on failed run
359359
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
360-
uses: dawidd6/action-send-mail@v5
360+
uses: dawidd6/action-send-mail@v6
361361
with:
362362
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
363363
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

.github/workflows/build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Send e-mail on failed run
194194
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
195-
uses: dawidd6/action-send-mail@v5
195+
uses: dawidd6/action-send-mail@v6
196196
with:
197197
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
198198
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -296,7 +296,7 @@ jobs:
296296

297297
- name: Send e-mail on failed run
298298
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
299-
uses: dawidd6/action-send-mail@v5
299+
uses: dawidd6/action-send-mail@v6
300300
with:
301301
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
302302
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

.github/workflows/daily-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.DATALAD_GITHUB_TOKEN }}
4646

4747
- name: Send e-mail
48-
uses: dawidd6/action-send-mail@v5
48+
uses: dawidd6/action-send-mail@v6
4949
with:
5050
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
5151
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

0 commit comments

Comments
 (0)