From 35e91fc7838317dc786f4ee8ec16f4a5606f615b Mon Sep 17 00:00:00 2001 From: Jiayi Yan <66017932+1195343015@users.noreply.github.com> Date: Sat, 23 May 2026 20:24:56 +0800 Subject: [PATCH] Update Typst setup action to version 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fad8100..589d468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Typst - uses: typst-community/setup-typst@v4 + uses: typst-community/setup-typst@v5 - name: Compile thesis.typ run: |