Skip to content

Commit

Permalink
README: update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Aug 27, 2023
1 parent 24ea526 commit a5a06d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This action is suitable to run arbitrary commands in a LaTeX environment. If you
build_latex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
with:
run: |
Expand All @@ -40,7 +40,7 @@ This action is suitable to run arbitrary commands in a LaTeX environment. If you
build_latex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/small@v1
with:
run: |
Expand Down

0 comments on commit a5a06d0

Please sign in to comment.