Skip to content

Commit

Permalink
ci: bump version of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StableAgOH authored Oct 14, 2023
1 parent a4c3ff7 commit a49a90e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Build problem.tex
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: problem.tex
working_directory: problem
latexmk_use_xelatex: true
args: -jobname=${{ github.event.repository.name }}-problem

- name: Build solution.tex
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: solution.tex
working_directory: solution
Expand Down

0 comments on commit a49a90e

Please sign in to comment.