diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e3f17d7..875756a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🔍 Check out repository code - uses: actions/checkout@v4 + uses: https://devstar.cn/actions/checkout@v4 - name: 🔧 Test Codes and Build an Artifact run: | set -e # 任何命令失败都停止执行