diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index b028e52..3262c84 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: https://code.forgejo.org/actions/checkout@v3 - - uses: https://github.com/actions/setup-python@v4 + - uses: https://github.com/actions/setup-python@v3 with: python-version: 3.10 - run: |