From 2ad02cd8105a3bf939b3dab8f5226453e26ab917 Mon Sep 17 00:00:00 2001 From: zdh Date: Thu, 4 Jun 2026 15:45:13 +0800 Subject: [PATCH] fix: use checkout@v3 (Node 16 compatible with CentOS 7 GLIBC 2.17) --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ef7f310..a4e52f1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 - - name: Deploy to server + - name: Deploy run: | rsync -avz \ --exclude='.git' \