Skip to content

Commit b093d68

Browse files
Bump dawidd6/action-send-mail from 15 to 16
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 15 to 16. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v15...v16) --- 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 cbb090f commit b093d68

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@v15
167+
uses: dawidd6/action-send-mail@v16
168168
with:
169169
server_address: ${{ secrets.MAIL_SERVER }}
170170
server_port: ${{ secrets.MAIL_PORT }}

0 commit comments

Comments
 (0)