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
Some checks failed
Pylint / Pylint (3.11.5) (push) Failing after 3s
This commit is contained in:
parent
2f45a0fa4a
commit
8e6a6418fa
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ jobs:
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11.2"]
|
python-version: ["3.11.5"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3.6
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in a new issue