[latex3-commits] [latex3/latex3] main: Bump zauguin/install-texlive from 2 to 3 (#1327) (b257b8ba8)

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


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/b257b8ba881af3195c795990291767a5efc149b1

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

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

    Bump zauguin/install-texlive from 2 to 3 (#1327)


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

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

diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml
index ca3b99eeb..8225360bd 100644
--- a/.github/workflows/cache.yaml
+++ b/.github/workflows/cache.yaml
@@ -18,7 +18,7 @@ jobs:
     name: Update TeX Live
     steps:
       - 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.
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 8616eb730..626ad6f85 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -20,7 +20,7 @@ jobs:
       # We need Ghostscript for dvips and 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.
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 66d395d0f..c3eb9f403 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -43,7 +43,7 @@ jobs:
       # We need Ghostscript for dvips and 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.