From 77918a5568e0954baf1e1aca7af1a7f9d347af1e Mon Sep 17 00:00:00 2001 From: gooker_young Date: Thu, 2 Jul 2026 20:48:48 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=BF=E6=8D=A2github=20actions?= =?UTF-8?q?=E4=B8=BA=E5=9B=BD=E5=86=85gitcode=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8290d2..d9de848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,13 @@ jobs: name: Lint, Typecheck & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: https://gitcode.com/GitHub_Trending/ch/checkout.git@v4 - - uses: astral-sh/setup-uv@v5 + - uses: https://gitcode.com/gh_mirrors/se/setup-uv.git@v8.1.0 with: enable-cache: true - - uses: actions/setup-python@v6 + - uses: https://gitcode.com/gh_mirrors/se/setup-python.git@v6 with: python-version: | 3.8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b77a703..24531b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,19 +12,19 @@ jobs: name: Build, Publish & Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: https://gitcode.com/GitHub_Trending/ch/checkout.git@v4 - - uses: astral-sh/setup-uv@v5 + - uses: https://gitcode.com/gh_mirrors/se/setup-uv.git@v8.1.0 with: enable-cache: true - - uses: actions/setup-python@v6 + - uses: https://gitcode.com/gh_mirrors/se/setup-python.git@v6 with: python-version: '3.13' - run: uv build - - uses: pypa/gh-action-pypi-publish@release/v1 + - uses: https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }}