misc(repo): switched to built-in coastalcommits' setup python action
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 8s
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 8s
This commit is contained in:
parent
d214d59ec2
commit
a324e3b6df
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: https://github.com/actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue