Bump actions/checkout and actions/setup-python to Node.js 24 versions in pylint workflow

pull/1124/head
Kálmán „KAMI” Szalai 2026-08-14 11:45:06 +02:00
parent 7d69e13431
commit 7899bad061
1 changed files with 2 additions and 2 deletions

View File

@ -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