diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index e871142..5db1203 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install dependencies