Skip to content

Commit

Permalink
ci: upgrade actions
Browse files Browse the repository at this point in the history
- Bump actions/checkout to v4
- Bump actions/cache to v4
  • Loading branch information
muzimuzhi committed Mar 11, 2024
1 parent fa4886e commit e4650af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
engine: [lualatex]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
/tmp/texlive
Expand Down

0 comments on commit e4650af

Please sign in to comment.