[latex3-commits] [latex3/latex2e] dependabot/github_actions/dawidd6/action-send-mail-3.9.0: Bump dawidd6/action-send-mail from 3.7.1 to 3.9.0 (d122bf5e)

github at latex-project.org github at latex-project.org
Wed Nov 8 08:14:15 CET 2023


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

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

commit d122bf5e967f7caf7830b79cfabf9f6e93929be9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 8 07:14:15 2023 +0000

    Bump dawidd6/action-send-mail from 3.7.1 to 3.9.0
    
    Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3.7.1 to 3.9.0.
    - [Release notes](https://github.com/dawidd6/action-send-mail/releases)
    - [Commits](https://github.com/dawidd6/action-send-mail/compare/6063705cefe50cb915fc53bb06d4049cae2953b2...48476814b0338573004e9de1e8504b25ff8cc23c)
    
    ---
    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>


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

d122bf5e967f7caf7830b79cfabf9f6e93929be9
 .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 3d5c93a1..7c49a186 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 6063705cefe50cb915fc53bb06d4049cae2953b2
+        uses: dawidd6/action-send-mail at 48476814b0338573004e9de1e8504b25ff8cc23c
         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 6063705cefe50cb915fc53bb06d4049cae2953b2
+        uses: dawidd6/action-send-mail at 48476814b0338573004e9de1e8504b25ff8cc23c
         if: ${{ failure() }}
         with:
           server_address: typesetting.eu
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index ab3e1667..b11629dd 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -210,7 +210,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 6063705cefe50cb915fc53bb06d4049cae2953b2
+        uses: dawidd6/action-send-mail at 48476814b0338573004e9de1e8504b25ff8cc23c
         with:
           # Currently using my (Marcel's) mail server for sending mails.
           server_address: typesetting.eu





More information about the latex3-commits mailing list.