From 347ab8347c38f2f012ed00c45373d2ea01030228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:32:51 +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_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 11df00b..2de4186 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Compile PDF - uses: xu-cheng/latex-action@v3 + uses: xu-cheng/latex-action@v4 with: root_file: resume*.tex