texlive[66249] Build/source/.github/workflows/main.yml: [github

commits+preining at tug.org commits+preining at tug.org
Tue Feb 28 06:13:44 CET 2023


Revision: 66249
          http://tug.org/svn/texlive?view=revision&revision=66249
Author:   preining
Date:     2023-02-28 06:13:44 +0100 (Tue, 28 Feb 2023)
Log Message:
-----------
[github workflow] update checkout action to v3 (by Yukai Chou)

actions/checkout at v2 runs on node 12 which will soon be deprecated, see
* warnings thrown by a successful workflow run https://github.com/TeX-Live/texlive-source/actions/runs/4286775989
* GitHub blog https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Patch thanks to Yukai Chou <muzimuzhi at gmail.com>
see https://github.com/TeX-Live/texlive-source/pull/60

Modified Paths:
--------------
    trunk/Build/source/.github/workflows/main.yml

Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml	2023-02-28 02:28:29 UTC (rev 66248)
+++ trunk/Build/source/.github/workflows/main.yml	2023-02-28 05:13:44 UTC (rev 66249)
@@ -37,9 +37,9 @@
     name: i386-linux build job
     steps:
       - name: checkout
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
       - name: checkout
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
         with:
           repository: TeX-Live/tl-build-docker-action
           ref: v4
@@ -64,9 +64,9 @@
     name: x86_64-linux build job
     steps:
       - name: checkout
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
       - name: checkout
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
         with:
           repository: TeX-Live/tl-build-docker-action
           ref: v4
@@ -91,9 +91,9 @@
     name: x86_64-linuxmusl build job
     steps:
       - name: checkout
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
       - name: checkout
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
         with:
           repository: TeX-Live/tl-build-docker-action
           ref: v4



More information about the tex-live-commits mailing list.