misc(repo): switched to built-in coastalcommits' setup python action
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 8s

This commit is contained in:
Seaswimmer 2023-09-23 09:06:56 -04:00
parent d214d59ec2
commit a324e3b6df
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -14,7 +14,7 @@ jobs:
with:
token: ${{ secrets.COASTALCOMMITSTOKEN}}
- name: Set up Python ${{ matrix.python-version }}
uses: https://github.com/actions/setup-python@v4
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies