[latex3-commits] [latex3/latex2e] develop: Bump actions/cache from 3 to 4 (#1247) (57c928bf)

github at latex-project.org github at latex-project.org
Mon Jan 22 19:16:33 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/57c928bf2020e8d9a7df9991ce1b2c93e312bbcd

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

commit 57c928bf2020e8d9a7df9991ce1b2c93e312bbcd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 22 18:16:33 2024 +0000

    Bump actions/cache from 3 to 4 (#1247)


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

57c928bf2020e8d9a7df9991ce1b2c93e312bbcd
 .github/workflows/main.yaml    | 4 ++--
 .github/workflows/pretest.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 208d9e7c..cbef85f0 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -132,7 +132,7 @@ jobs:
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
-        uses: actions/cache/restore at v3
+        uses: actions/cache/restore at v4
         with:
           path: ~/texlive
           key: ${{ needs.texlive-cache.outputs.cache_key }}
@@ -176,7 +176,7 @@ jobs:
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
-        uses: actions/cache/restore at v3
+        uses: actions/cache/restore at v4
         with:
           path: ~/texlive
           key: ${{ needs.texlive-cache.outputs.cache_key }}
diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml
index 17ac078b..39ba42de 100644
--- a/.github/workflows/pretest.yaml
+++ b/.github/workflows/pretest.yaml
@@ -109,7 +109,7 @@ jobs:
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
-        uses: actions/cache/restore at v3
+        uses: actions/cache/restore at v4
         with:
           path: ~/texlive
           key: ${{ needs.texlive-cache.outputs.cache_key }}
@@ -154,7 +154,7 @@ jobs:
       # We need Ghostscript for dvips and XeTeX tests.
       - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Restore TeX Live from cache
-        uses: actions/cache/restore at v3
+        uses: actions/cache/restore at v4
         with:
           path: ~/texlive
           key: ${{ needs.texlive-cache.outputs.cache_key }}





More information about the latex3-commits mailing list.