Skip to content

Commit dbc929a

Browse files
authored
Merge pull request #3083 from IntersectMBO/dependabot/github_actions/dawidd6/action-send-mail-6
chore(deps): bump dawidd6/action-send-mail from 5 to 6
2 parents d1071e2 + 02d2484 commit dbc929a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/regression_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
name: cli-coverage
164164
path: cli_coverage.json
165165
- name: ✉ Mail failure report
166-
uses: dawidd6/action-send-mail@v5
166+
uses: dawidd6/action-send-mail@v6
167167
if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule'
168168
with:
169169
server_address: smtp.gmail.com

.github/workflows/upgrade_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: cli-coverage
101101
path: cli_coverage.json
102102
- name: ✉ Mail failure report
103-
uses: dawidd6/action-send-mail@v5
103+
uses: dawidd6/action-send-mail@v6
104104
if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule'
105105
with:
106106
server_address: smtp.gmail.com

0 commit comments

Comments
 (0)