From 9f39a666a4c2c52ce7548518c4d79f51c5e03206 Mon Sep 17 00:00:00 2001 From: Snowball_233 Date: Fri, 23 Jan 2026 00:37:05 +0800 Subject: [PATCH] fix: use correct pandoc action version --- .github/workflows/epub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/epub.yml b/.github/workflows/epub.yml index 8b9b7036..57a3a75d 100644 --- a/.github/workflows/epub.yml +++ b/.github/workflows/epub.yml @@ -22,7 +22,7 @@ jobs: mdbook-version: "latest" - name: Install Pandoc - uses: pandoc/actions/setup@v3 + uses: pandoc/actions/setup@v1 with: version: "3.1"