Skip to content

Commit 2d0051c

Browse files
authored
Merge pull request #222 from datalad/dependabot/github_actions/dawidd6/action-send-mail-5
[gh-actions](deps): Bump dawidd6/action-send-mail from 4 to 5
2 parents 7e3187f + 7e8b32e commit 2d0051c

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@v4
172+
uses: dawidd6/action-send-mail@v5
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@v4
311+
uses: dawidd6/action-send-mail@v5
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@v4
228+
uses: dawidd6/action-send-mail@v5
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@v4
360+
uses: dawidd6/action-send-mail@v5
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@v4
195+
uses: dawidd6/action-send-mail@v5
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@v4
299+
uses: dawidd6/action-send-mail@v5
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@v4
48+
uses: dawidd6/action-send-mail@v5
4949
with:
5050
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
5151
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

0 commit comments

Comments
 (0)