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 fb1d569 commit 5a94e81Copy full SHA for 5a94e81
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: ['3.7', '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@v3
21
with:
0 commit comments