[latex3-commits] [latex3/latex2e] dependabot/github_actions/dawidd6/action-send-mail-4: Bump dawidd6/action-send-mail from 3.12.0 to 4 (270c799d3)

github at latex-project.org github at latex-project.org
Mon Nov 25 20:09:46 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : dependabot/github_actions/dawidd6/action-send-mail-4
Link       : https://github.com/latex3/latex2e/commit/270c799d31bfffdbb03549de29407819c941df6d

>---------------------------------------------------------------

commit 270c799d31bfffdbb03549de29407819c941df6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 25 19:09:46 2024 +0000

    Bump dawidd6/action-send-mail from 3.12.0 to 4
    
    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>


>---------------------------------------------------------------

270c799d31bfffdbb03549de29407819c941df6d
 .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 972539218..a07dda074 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -57,7 +57,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
+        uses: dawidd6/action-send-mail at 611879133a9569642c41be66f4a323286e9b8a3b
         with:
           # Currently using my (Marcel's) mail server for sending mails.
           server_address: typesetting.eu
@@ -80,7 +80,7 @@ jobs:
             More information can be found at
             ${{steps.release.outputs.html_url}}
       - name: Send failure notification
-        uses: dawidd6/action-send-mail at 2cea9617b09d79a095af21254fbcb7ae95903dde
+        uses: dawidd6/action-send-mail at 611879133a9569642c41be66f4a323286e9b8a3b
         if: ${{ failure() }}
         with:
           server_address: typesetting.eu
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index c0e6e8f59..f7731a9ab 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -229,7 +229,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
+        uses: dawidd6/action-send-mail at 611879133a9569642c41be66f4a323286e9b8a3b
         with:
           # Currently using my (Marcel's) mail server for sending mails.
           server_address: typesetting.eu





More information about the latex3-commits mailing list.