fix(repo): updated pylint workflow to use an older version of the checkout action for node16 support
Some checks failed
Pylint / Pylint (3.11.5) (push) Failing after 3s

This commit is contained in:
Seaswimmer 2023-09-23 08:22:54 -04:00
parent 2f45a0fa4a
commit 8e6a6418fa
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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 }}