Skip to content

Commit ef60037

Browse files
Bump dawidd6/action-send-mail from 3 to 17
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 17. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v3...v17) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6c0cb2 commit ef60037

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily_remote_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: [ DailyRemoteTests ]
2525
if: ${{ always() && needs.DailyRemoteTests.result == 'failure' }}
2626
steps:
27-
- uses: dawidd6/action-send-mail@v3
27+
- uses: dawidd6/action-send-mail@v17
2828
with:
2929
server_address: smtp.gmail.com
3030
server_port: 465

.github/workflows/daily_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: [ DailyTests ]
2323
if: ${{ always() && needs.DailyTests.result == 'failure' }}
2424
steps:
25-
- uses: dawidd6/action-send-mail@v3
25+
- uses: dawidd6/action-send-mail@v17
2626
with:
2727
server_address: smtp.gmail.com
2828
server_port: 465

0 commit comments

Comments
 (0)