Skip to content

Commit

Permalink
Bump xu-cheng/latex-action from 2 to 3 (#105)
Browse files Browse the repository at this point in the history
* 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](xu-cheng/latex-action@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] <[email protected]>

* Update typeset.yml

Fixate texlive version so we can validate before upgrading

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Huelsmann <[email protected]>
  • Loading branch information
dependabot[bot] and ehuelsmann authored Nov 26, 2024
1 parent 2683dcf commit 8efd209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/typeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8efd209

Please sign in to comment.