Skip to content

Commit e4650af

Browse files
committed
ci: upgrade actions
- Bump actions/checkout to v4 - Bump actions/cache to v4
1 parent fa4886e commit e4650af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
engine: [lualatex]
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Cache dependencies
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
/tmp/texlive

0 commit comments

Comments
 (0)