From d28791f061c24d0571c5291276fd4f8bf83fc50a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 03:12:06 +0000 Subject: [PATCH] chore(deps): update xu-cheng/latex-action action to v4 --- .github/workflows/tex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tex.yml b/.github/workflows/tex.yml index f25e265..f760dd6 100644 --- a/.github/workflows/tex.yml +++ b/.github/workflows/tex.yml @@ -7,7 +7,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 + uses: xu-cheng/latex-action@v4 with: root_file: Paper.tex - name: Upload PDF file