Skip to content

Commit f60da46

Browse files
[gh-actions](deps): Bump dawidd6/action-send-mail from 6 to 16
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 16. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v6...d38f3f7) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 995f177 commit f60da46

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-macos-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Send e-mail on failed run
180180
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
181181
# freeze to v7
182-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
182+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
183183
with:
184184
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
185185
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -321,7 +321,7 @@ jobs:
321321
- name: Send e-mail on failed run
322322
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
323323
# freeze to v7
324-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
324+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
325325
with:
326326
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
327327
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Send e-mail on failed run
180180
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
181181
# freeze to v7
182-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
182+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
183183
with:
184184
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
185185
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -321,7 +321,7 @@ jobs:
321321
- name: Send e-mail on failed run
322322
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
323323
# freeze to v7
324-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
324+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
325325
with:
326326
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
327327
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
@@ -226,7 +226,7 @@ jobs:
226226
- name: Send e-mail on failed run
227227
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
228228
# freeze to v7
229-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
229+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
230230
with:
231231
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
232232
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -361,7 +361,7 @@ jobs:
361361
- name: Send e-mail on failed run
362362
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
363363
# freeze to v7
364-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
364+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
365365
with:
366366
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
367367
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
@@ -199,7 +199,7 @@ jobs:
199199
- name: Send e-mail on failed run
200200
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
201201
# freeze to v7
202-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
202+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
203203
with:
204204
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
205205
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}
@@ -306,7 +306,7 @@ jobs:
306306
- name: Send e-mail on failed run
307307
if: failure() && contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name)
308308
# freeze to v7
309-
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c
309+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
310310
with:
311311
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
312312
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
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Send e-mail
4848
# freeze to v6
49-
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402
49+
uses: dawidd6/action-send-mail@d38f3f7cd391cdebfe0d38efc3998b935e951c4f
5050
with:
5151
server_address: ${{ secrets.NOTIFY_SMTP_HOST }}
5252
server_port: ${{ secrets.NOTIFY_SMTP_PORT }}

0 commit comments

Comments
 (0)