Skip to content

Commit bae1848

Browse files
Bump dawidd6/action-send-mail from 6 to 7 (#1829)
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](dawidd6/action-send-mail@6d98ae3...6e71c85) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b36427d commit bae1848

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Send mail
4848
# The explicit commit hash ensures that this can't be used by dawidd6 as a
4949
# backdoor to execute arbitrary code during our runs.
50-
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6
50+
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c # v7
5151
with:
5252
# Currently using my (Marcel's) mail server for sending mails.
5353
server_address: typesetting.eu
@@ -70,7 +70,7 @@ jobs:
7070
More information can be found at
7171
${{steps.release.outputs.html_url}}
7272
- name: Send failure notification
73-
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6
73+
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c # v7
7474
if: ${{ failure() }}
7575
with:
7676
server_address: typesetting.eu

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Send mail
9090
# The explicit commit hash ensures that this can't be used by dawidd6 as a
9191
# backdoor to execute arbitrary code during our runs.
92-
uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6
92+
uses: dawidd6/action-send-mail@6e71c855c9a091d80a519621b9fd3e8d252ca40c # v7
9393
with:
9494
# Currently using my (Marcel's) mail server for sending mails.
9595
server_address: typesetting.eu

0 commit comments

Comments
 (0)