Skip to content

Commit

Permalink
[CI] Update action-send-mail for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 17, 2024
1 parent 2bf9cc3 commit 4dff35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# If a test failed, we already notified in the other workflow. Here we notify
# when a release has been created.
- name: Send mail
uses: dawidd6/action-send-mail@dc13c734ff2b581c12c1b59958ba73d6fa95b371
uses: dawidd6/action-send-mail@4226df7daafa6fc901a43789c49bf7ab309066e7
with:
# Currently using my (Marcel's) mail server for sending mails.
server_address: typesetting.eu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Send mail
# The explicit commit hash ensures that this can't be used by dawidd6 as a
# backdoor to execute arbitrary code during our runs.
uses: dawidd6/action-send-mail@6063705cefe50cb915fc53bb06d4049cae2953b2
uses: dawidd6/action-send-mail@4226df7daafa6fc901a43789c49bf7ab309066e7
with:
# Currently using my (Marcel's) mail server for sending mails.
server_address: typesetting.eu
Expand Down

0 comments on commit 4dff35e

Please sign in to comment.