We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287eb87 commit b72d534Copy full SHA for b72d534
.github/workflows/pylint.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
python-version: ["3.8", "3.9"]
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Set up Python ${{ matrix.python-version }}
14
uses: actions/setup-python@v2
15
with:
0 commit comments