Skip to content

Commit f5ddcca

Browse files
dependabot[bot]sebhoss
authored andcommitted
Bump dawidd6/action-send-mail from 3 to 4
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2878b30 commit f5ddcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- id: email
165165
name: Send Mail
166166
if: needs.prepare.outputs.commit_count > 0
167-
uses: dawidd6/action-send-mail@v3
167+
uses: dawidd6/action-send-mail@v4
168168
with:
169169
server_address: ${{ secrets.MAIL_SERVER }}
170170
server_port: ${{ secrets.MAIL_PORT }}

0 commit comments

Comments
 (0)