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 d7b16ef commit da32a2fCopy full SHA for da32a2f
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
12
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
15
- name: Set up Python ${{ matrix.python-version }}
16
uses: actions/setup-python@v2
17
with:
0 commit comments