From 3a16a6113aa11c230ccfc01fe313ecfcb862da7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:33:49 +0000 Subject: [PATCH] :arrow_up: 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/test-formats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-formats.yml b/.github/workflows/test-formats.yml index 6b0bf594..53f5815d 100644 --- a/.github/workflows/test-formats.yml +++ b/.github/workflows/test-formats.yml @@ -56,7 +56,7 @@ jobs: sphinx-build -nW --keep-going -b ${{ matrix.format }} docs/ docs/_build/${{ matrix.format }} - name: Make PDF - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: working_directory: docs/_build/latex root_file: "mystparser.tex"