Skip to content

Commit

Permalink
Bump xu-cheng/latex-action from 2 to 3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 23e5297 commit 5e0786a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# if: ${{ steps.lint.outputs.num_warnings != 0 }}
# run: 'echo "::error file=main.tex::num_warnings: ${{ steps.lint.outputs.num_warnings }}"; exit 1;'
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: cv-maxpowis-ga-build.tex
latexmk_use_lualatex: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
FILE_NAME: "cv-maxpowis-${{ needs.version.outputs.version }}_DARK.tex"
FILE_DATA: '\def\darkmode{}\def\releasenumber{${{ needs.version.outputs.version }}}\def\releaseurl{https://github.com/maxpowis/cv/releases/tag/${{ needs.version.outputs.version }}}\input{cv}'
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: |
cv-maxpowis-${{ needs.version.outputs.version }}.tex
Expand Down

0 comments on commit 5e0786a

Please sign in to comment.