diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index d48d622..37818af 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -7,8 +7,8 @@ jobs: runs-on: windows steps: - name: Checkout code - uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 -# uses: actions/checkout@v4 +# uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 + uses: actions/checkout@v4 # - name: Set up JDK 17 # uses: actions/setup-java@v4