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

This commit is contained in:
Kálmán „KAMI” Szalai
2026-08-14 11:45:06 +02:00
parent 51bbec5b22
commit 5a705e86f0
+2 -2
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