diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index bb2a6a0..5999560 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -8,8 +8,8 @@ jobs: steps: - name: Checkout code -# uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 - uses: actions/checkout@v3 + uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 +# uses: actions/checkout@v3 - name: Setup Node.js uses: actions/setup-node@v4 with: