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 513bdec commit 164a887Copy full SHA for 164a887
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v2
28
29
- name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
31
with:
32
python-version: ${{ matrix.python-version }}
33
0 commit comments