diff --git a/.forgejo/workflows/pylint.yaml b/.forgejo/workflows/pylint.yaml index 0dd7790..a8c1968 100644 --- a/.forgejo/workflows/pylint.yaml +++ b/.forgejo/workflows/pylint.yaml @@ -7,10 +7,10 @@ jobs: container: catthehacker/ubuntu:act-latest strategy: matrix: - python-version: ["3.11.2"] + python-version: ["3.11.5"] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3.6 with: token: ${{ secrets.COASTALCOMMITSTOKEN}} - name: Set up Python ${{ matrix.python-version }}