Skip to content

Commit e8b9f3f

Browse files
committed
Fix TL test
1 parent c99be94 commit e8b9f3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
version: [2026, 2025, 2024, 2023, 2022, 2021]
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Set up TeX Live ${{ matrix.version }}
57-
uses: zauguin/install-texlive@v4
57+
uses: TeX-Live/setup-texlive-action@v4
5858
with:
59-
texlive_version: ${{ matrix.version }}
60-
package_file: .github/tl_packages
59+
version: ${{ matrix.version }}
60+
package-file: .github/tl_packages
6161

6262
- name: Test example
6363
run: make main

0 commit comments

Comments
 (0)