[latex3-commits] [latex3/latex2e] develop: Bump actions/checkout from 3 to 4 (#1169) (6cccfc49)

github at latex-project.org github at latex-project.org
Wed Nov 8 09:03:37 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/6cccfc494a2d0e749c16b47162e306b5d50aa05a

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

commit 6cccfc494a2d0e749c16b47162e306b5d50aa05a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 8 08:03:37 2023 +0000

    Bump actions/checkout from 3 to 4 (#1169)


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

6cccfc494a2d0e749c16b47162e306b5d50aa05a
 .github/workflows/deploy.yaml  | 2 +-
 .github/workflows/main.yaml    | 6 +++---
 .github/workflows/pretest.yaml | 6 +++---
 .github/workflows/trigger.yaml | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index d4d70458..3d60f960 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       # We need Ghostscript for dvips and XeTeX tests.
       - name: Install Ghostscript
         run: sudo apt-get update && sudo apt-get install ghostscript
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index ab3e1667..b51ba8ac 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -22,7 +22,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       - name: Install TeX Live
         id: texlive
         uses: zauguin/install-texlive at v3
@@ -128,7 +128,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
@@ -168,7 +168,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml
index 1fbff184..ed59dcf6 100644
--- a/.github/workflows/pretest.yaml
+++ b/.github/workflows/pretest.yaml
@@ -14,7 +14,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       - name: Install TeX Live
         id: texlive
         uses: zauguin/install-texlive at v3
@@ -105,7 +105,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
@@ -146,7 +146,7 @@ jobs:
     steps:
       # Boilerplate
       - name: Checkout repository
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml
index f7871a4c..a79f47c7 100644
--- a/.github/workflows/trigger.yaml
+++ b/.github/workflows/trigger.yaml
@@ -21,7 +21,7 @@ jobs:
       contents: read
     steps:
       - name: Check out code
-        uses: actions/checkout at v3
+        uses: actions/checkout at v4
 
       - name: Clean old caches
         run: |





More information about the latex3-commits mailing list.