We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae9f2f commit 81dd2b6Copy full SHA for 81dd2b6
.github/workflows/test-and-lint.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: ["3.8", "3.9", "3.10"]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v2
21
with:
0 commit comments