From 823fd20dfd39d458d2892d0b45b588c016294c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 05:28:33 +0000 Subject: [PATCH] Bump xu-cheng/latex-action from 3 to 4 Bumps [xu-cheng/latex-action](https://github.com/xu-cheng/latex-action) from 3 to 4. - [Release notes](https://github.com/xu-cheng/latex-action/releases) - [Commits](https://github.com/xu-cheng/latex-action/compare/v3...v4) --- updated-dependencies: - dependency-name: xu-cheng/latex-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2f406f..884a32f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: xu-cheng/latex-action@v3 + - uses: xu-cheng/latex-action@v4 with: root_file: "*/*.tex" glob_root_file: true