Skip to content

Commit b49a228

Browse files
chore(deps): Bump dawidd6/action-send-mail from 5 to 6
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 5 to 6. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@v5...v6) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eecfaf5 commit b49a228

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
@@ -68,7 +68,7 @@ jobs:
6868
- id: mail
6969
name: Send Mail
7070
if: steps.commits.outputs.count > 0
71-
uses: dawidd6/action-send-mail@v5
71+
uses: dawidd6/action-send-mail@v6
7272
with:
7373
server_address: ${{ secrets.MAIL_SERVER }}
7474
server_port: ${{ secrets.MAIL_PORT }}

0 commit comments

Comments
 (0)