[latex3-commits] [git/LaTeX3-latex3-l3build] main: Update gh action `actions/checkout` to v3 (6927210)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Feb 20 17:30:22 CET 2023


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/69272103406020d04bc2c409fafd96d82ccf057c

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

commit 69272103406020d04bc2c409fafd96d82ccf057c
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Mon Feb 20 18:16:01 2023 +0800

    Update gh action `actions/checkout` to v3
    
    to use node 16 hence eliminate "Node.js 12 actions are deprecated" warning


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

69272103406020d04bc2c409fafd96d82ccf057c
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 92a2fa0..7423bd8 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -12,7 +12,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v2
+        uses: actions/checkout at v3
       # GitHub Actions don't regenerate the test if the key doesn't change, so
       # we integrate a random UUID into the key to keep them different.
       # DO NOT CHANGE THIS





More information about the latex3-commits mailing list.