We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2e6d2 commit dcd2868Copy full SHA for dcd2868
.github/workflows/pylint.yml
@@ -9,9 +9,9 @@ jobs:
9
matrix:
10
python-version: ["3.12"]
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
15
with:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
0 commit comments