From 7a68a8d197f689c1c2eb0a5fcc175e652d568e3f Mon Sep 17 00:00:00 2001 From: Justin Angevaare Date: Tue, 20 Jan 2026 19:47:08 +0000 Subject: [PATCH] Update typst to ver 0.14.2 in GH actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58c001a..fc9af37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest env: - typst_ver: 0.13.1 + typst_ver: 0.14.2 steps: - uses: actions/checkout@v6 with: