From da70316475d585e0fe6bec027621ae88359b8884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:03:10 +0000 Subject: [PATCH] chore: bump xu-cheng/latex-action from 3.1.0 to 3.2.0 Bumps [xu-cheng/latex-action](https://github.com/xu-cheng/latex-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/xu-cheng/latex-action/releases) - [Commits](https://github.com/xu-cheng/latex-action/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: xu-cheng/latex-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7250cfc..551b3f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4.1.2 - name: Compile document - uses: xu-cheng/latex-action@3.1.0 + uses: xu-cheng/latex-action@3.2.0 with: root_file: main.tex