diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f7d281d..2ff3fc6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: https://gitea.com/BoYanZh/checkout@focs + uses: actions/checkout@focs - name: Display Python3 version run: python3 --version - name: Install PDM