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 8686098 commit 5902b61Copy full SHA for 5902b61
.github/workflows/pythonapp.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
- name: Set up Python
27
- uses: actions/setup-python@v1.2.0
+ uses: actions/setup-python@v2
28
with:
29
python-version: ${{ matrix.python-version }}
30
- name: Display Python version
0 commit comments