Skip to content

Commit 45cb7ce

Browse files
dependabot[bot]mkoura
authored andcommitted
chore(deps): bump dawidd6/action-send-mail from 6 to 7
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0592b95 commit 45cb7ce

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
@@ -166,7 +166,7 @@ jobs:
166166
name: cli-coverage
167167
path: cli_coverage.json
168168
- name: ✉ Mail failure report
169-
uses: dawidd6/action-send-mail@v6
169+
uses: dawidd6/action-send-mail@v7
170170
if: (success() || failure()) && steps.testing-step.outcome != 'success' && env.CI_FAIL_MAILS && github.event_name == 'schedule'
171171
with:
172172
server_address: smtp.gmail.com

.github/workflows/upgrade_reusable.yaml

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

0 commit comments

Comments
 (0)