From 2155ed8ea58cc4eafa446f80ed369edc98e242e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:49:36 +0000 Subject: [PATCH] Bump xu-cheng/latex-action from 2 to 3 Bumps [xu-cheng/latex-action](https://github.com/xu-cheng/latex-action) from 2 to 3. - [Release notes](https://github.com/xu-cheng/latex-action/releases) - [Commits](https://github.com/xu-cheng/latex-action/compare/v2...v3) --- updated-dependencies: - dependency-name: xu-cheng/latex-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-cv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cv.yml b/.github/workflows/build-cv.yml index 02f419e..4be7b09 100644 --- a/.github/workflows/build-cv.yml +++ b/.github/workflows/build-cv.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v3 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: ROBERTO-PASTOR.tex working_directory: src/cv