diff --git a/.github/workflows/pylint.yml b/.forgejo/workflows/pylint.yml similarity index 74% rename from .github/workflows/pylint.yml rename to .forgejo/workflows/pylint.yml index bda3e4a..9e596a4 100644 --- a/.github/workflows/pylint.yml +++ b/.forgejo/workflows/pylint.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8.17", "3.9.17", "3.10.12", "3.11.4"] steps: - - uses: actions/checkout@v3 + - uses: https://github.com/actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: https://github.com/actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies