From 25e7080dbabeaf17d4f2aa7e0a370860a4933f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 06:20:55 +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-pdf.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index 6d50bdb..bda9045 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -32,7 +32,7 @@ jobs: - name: Github Action for LaTeX # You may pin to the exact commit or the version. # uses: xu-cheng/latex-action@dacf2cfbdd5fd768c2298cbdc9e105bd9ed7f293 - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: # The root LaTeX file to be compiled root_file: shizun_ge_resume.tex diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8cbe7a..eac1dfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Github Action for LaTeX # You may pin to the exact commit or the version. # uses: xu-cheng/latex-action@dacf2cfbdd5fd768c2298cbdc9e105bd9ed7f293 - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: # The root LaTeX file to be compiled root_file: shizun_ge_resume.tex