[latex3-commits] [latex3/luaotfload] testfiles-changes: Some version updates (ba57f674)

github at latex-project.org github at latex-project.org
Fri Jul 14 10:08:58 CEST 2023


Repository : https://github.com/latex3/luaotfload
On branch  : testfiles-changes
Link       : https://github.com/latex3/luaotfload/commit/ba57f67483429b313b8fe9d0237a6ab059857df7

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

commit ba57f67483429b313b8fe9d0237a6ab059857df7
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Jul 14 10:08:58 2023 +0200

    Some version updates


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

ba57f67483429b313b8fe9d0237a6ab059857df7
 .github/workflows/deploy.yaml | 2 +-
 .github/workflows/main.yaml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 46a02a90..684d4bad 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -44,7 +44,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 at ceb614a2c5737d913f2d2729e2bcc70ad933382b
+        uses: dawidd6/action-send-mail at 6063705cefe50cb915fc53bb06d4049cae2953b2
         with:
           # Currently using my (Marcel's) mail server for sending mails.
           server_address: typesetting.eu
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 44006023..1793f503 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -62,7 +62,7 @@ jobs:
       # 2. If we succeed building documentation
       - name: Archive documentation
         if: ${{ matrix.artifact_name == 'Documentation' && success() }}
-        uses: actions/upload-artifact at v2
+        uses: actions/upload-artifact at v3
         with:
           name: ${{ matrix.artifact_name }}
           path: "**/*.pdf"
@@ -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 at ceb614a2c5737d913f2d2729e2bcc70ad933382b
+        uses: dawidd6/action-send-mail at 6063705cefe50cb915fc53bb06d4049cae2953b2
         with:
           # Currently using my (Marcel's) mail server for sending mails.
           server_address: typesetting.eu





More information about the latex3-commits mailing list.