From 9665475dab5e57bf29762a8655fbbcf582fb8cd3 Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:06:08 +0000 Subject: [PATCH] chore: update github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1352ec0..9bdc0ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: needs: [install-pandoc] steps: - name: Checkout code (shallow) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Restore Pandoc cache uses: actions/cache@v5 @@ -84,7 +84,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout code (for vercel.json and static assets) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download HTML artifact uses: actions/download-artifact@v8