mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-08-23 06:26:30 +00:00
Bump actions/checkout and actions/setup-python to Node.js 24 versions in pylint workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user