diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 019a5ffbf..10402aff1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Ghostscript run: sudo apt-get update && sudo apt-get install ghostscript - name: Install TeX Live - uses: zauguin/install-texlive@v3 + uses: zauguin/install-texlive@v4 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 8610958e8..c413de639 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Install TeX Live id: texlive - uses: zauguin/install-texlive@v3 + uses: zauguin/install-texlive@v4 with: # List the required TeX Live packages in a separate file to allow reuse in # different workflows. diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml index b9f028ed3..9a5b56a1a 100644 --- a/.github/workflows/pretest.yaml +++ b/.github/workflows/pretest.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install TeX Live id: texlive - uses: zauguin/install-texlive@v3 + uses: zauguin/install-texlive@v4 with: # List the required TeX Live packages in a separate file to allow reuse in # different workflows. diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index e93638ad3..70a047186 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -45,7 +45,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install TeX Live id: texlive - uses: zauguin/install-texlive@v3 + uses: zauguin/install-texlive@v4 with: # List the required TeX Live packages in a separate file to allow reuse in # different workflows.