[latex3-commits] [latex3/latex3] develop: Bump dawidd6/action-send-mail from 3.12.0 to 4 (#1620) (54c2fa764)
github at latex-project.org
github at latex-project.org
Mon Nov 25 08:53:11 CET 2024
Repository : https://github.com/latex3/latex3
On branch : develop
Link : https://github.com/latex3/latex3/commit/54c2fa7645e75daeaa130c06f6e03e5ee2f1b73b
>---------------------------------------------------------------
commit 54c2fa7645e75daeaa130c06f6e03e5ee2f1b73b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Nov 25 07:53:11 2024 +0000
Bump dawidd6/action-send-mail from 3.12.0 to 4 (#1620)
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.12.0 to 4.
- [Release notes](https://github.com/dawidd6/action-send-mail/releases)
- [Commits](https://github.com/dawidd6/action-send-mail/compare/2cea9617b09d79a095af21254fbcb7ae95903dde...611879133a9569642c41be66f4a323286e9b8a3b)
---
updated-dependencies:
- dependency-name: dawidd6/action-send-mail
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support at github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
>---------------------------------------------------------------
54c2fa7645e75daeaa130c06f6e03e5ee2f1b73b
.github/workflows/deploy.yaml | 4 ++--
.github/workflows/main.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 9ba15e351..00aff907b 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -47,7 +47,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 at 2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
+ uses: dawidd6/action-send-mail at 611879133a9569642c41be66f4a323286e9b8a3b # v4
with:
# Currently using my (Marcel's) mail server for sending mails.
server_address: typesetting.eu
@@ -70,7 +70,7 @@ jobs:
More information can be found at
${{steps.release.outputs.html_url}}
- name: Send failure notification
- uses: dawidd6/action-send-mail at 2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
+ uses: dawidd6/action-send-mail at 611879133a9569642c41be66f4a323286e9b8a3b # v4
if: ${{ failure() }}
with:
server_address: typesetting.eu
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index c9c63c917..14e76368e 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -89,7 +89,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 at 2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
+ uses: dawidd6/action-send-mail at 611879133a9569642c41be66f4a323286e9b8a3b # v4
with:
# Currently using my (Marcel's) mail server for sending mails.
server_address: typesetting.eu
More information about the latex3-commits
mailing list.