mirror of https://github.com/Free-TV/IPTV
Bump actions/checkout and actions/setup-python to Node.js 24 versions in pylint workflow
parent
7d69e13431
commit
7899bad061
|
|
@ -9,9 +9,9 @@ jobs:
|
|||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue