[latex3-commits] [latex3/latex3] dependabot/github_actions/dawidd6/action-send-mail-3.10.0: Bump dawidd6/action-send-mail from 3.9.0 to 3.10.0 (3d7bd32c9)
github at latex-project.org
github at latex-project.org
Mon Jan 8 05:10:48 CET 2024
Repository : https://github.com/latex3/latex3
On branch : dependabot/github_actions/dawidd6/action-send-mail-3.10.0
Link : https://github.com/latex3/latex3/commit/3d7bd32c949da45f6eb9bf51c0d46c5bf74ab6b7
>---------------------------------------------------------------
commit 3d7bd32c949da45f6eb9bf51c0d46c5bf74ab6b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jan 8 04:10:48 2024 +0000
Bump dawidd6/action-send-mail from 3.9.0 to 3.10.0
Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/dawidd6/action-send-mail/releases)
- [Commits](https://github.com/dawidd6/action-send-mail/compare/48476814b0338573004e9de1e8504b25ff8cc23c...dc13c734ff2b581c12c1b59958ba73d6fa95b371)
---
updated-dependencies:
- dependency-name: dawidd6/action-send-mail
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support at github.com>
>---------------------------------------------------------------
3d7bd32c949da45f6eb9bf51c0d46c5bf74ab6b7
.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 73aa79ace..df2c85d2b 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -46,7 +46,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 48476814b0338573004e9de1e8504b25ff8cc23c # v3.9.0
+ uses: dawidd6/action-send-mail at dc13c734ff2b581c12c1b59958ba73d6fa95b371 # v3.10.0
with:
# Currently using my (Marcel's) mail server for sending mails.
server_address: typesetting.eu
@@ -69,7 +69,7 @@ jobs:
More information can be found at
${{steps.release.outputs.html_url}}
- name: Send failure notification
- uses: dawidd6/action-send-mail at 48476814b0338573004e9de1e8504b25ff8cc23c # v3.9.0
+ uses: dawidd6/action-send-mail at dc13c734ff2b581c12c1b59958ba73d6fa95b371 # v3.10.0
if: ${{ failure() }}
with:
server_address: typesetting.eu
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 7bd55dcca..ac1db5acb 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 48476814b0338573004e9de1e8504b25ff8cc23c # v3.9.0
+ uses: dawidd6/action-send-mail at dc13c734ff2b581c12c1b59958ba73d6fa95b371 # v3.10.0
with:
# Currently using my (Marcel's) mail server for sending mails.
server_address: typesetting.eu
More information about the latex3-commits
mailing list.