From 8efd209c7914ab1b329a2ce4347156674e1a67d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:46:49 +0100 Subject: [PATCH] Bump xu-cheng/latex-action from 2 to 3 (#105) * 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] * Update typeset.yml Fixate texlive version so we can validate before upgrading --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Huelsmann --- .github/workflows/typeset.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/typeset.yml b/.github/workflows/typeset.yml index 6e44d26..af3a21d 100644 --- a/.github/workflows/typeset.yml +++ b/.github/workflows/typeset.yml @@ -27,9 +27,10 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: ledgersmb-book.tex + texlive_version: 2022 extra_system_packages: "graphviz" - name: Upload PDF file uses: actions/upload-artifact@v4