Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed May 16, 2024
1 parent f133441 commit 258e0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# This hack makes hspaans/latexmk-action use lualatex:
- run: echo "\$pdflatex = 'lualatex -file-line-error %O %S';" >> latexmkrc
Expand Down

0 comments on commit 258e0a6

Please sign in to comment.