[latex3-commits] [latex3/l3build] main: Update actions (9f55a7f)

github at latex-project.org github at latex-project.org
Tue Nov 7 22:48:23 CET 2023


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/9f55a7f9e5ec5d0e1e716b95d0340ad0c4b87b96

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

commit 9f55a7f9e5ec5d0e1e716b95d0340ad0c4b87b96
Author: Oliver Kopp <kopp.dev at gmail.com>
Date:   Tue Nov 7 22:42:40 2023 +0100

    Update actions


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

9f55a7f9e5ec5d0e1e716b95d0340ad0c4b87b96
 .github/workflows/main.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 40ff79a..e978c8f 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -12,11 +12,11 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       # We need Ghostscript for XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Install TeX Live
-        uses: zauguin/install-texlive at v2
+        uses: zauguin/install-texlive at v3
         with:
           # List the required TeX Live packages in a separate file to allow reuse in
           # different workflows.





More information about the latex3-commits mailing list.