We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37527c1 commit 4ca238fCopy full SHA for 4ca238f
.github/workflows/pylint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
0 commit comments