Skip to content

Commit cdf09c4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/email-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Send mail
28-
uses: dawidd6/action-send-mail@v7
28+
uses: dawidd6/action-send-mail@v11
2929
with:
3030
subject: ${{ inputs.subject }}
3131
body: ${{ inputs.body }}

0 commit comments

Comments
 (0)