From 978506f9fd148fd8feb41353ce7df6e291eb32d8 Mon Sep 17 00:00:00 2001 From: Mirko Milovanovic Date: Sun, 9 Feb 2025 18:03:11 +0100 Subject: [PATCH] Update LaTeX action version in GitHub Actions workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34bd902..e425507 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 + uses: xu-cheng/latex-action@3.2.0 with: root_file: Tesi.tex