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.
2 parents 921b34b + ea63fe9 commit 5d12899Copy full SHA for 5d12899
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
- uses: actions/checkout@v2
82
- name: Set up ${{ matrix.python.name }}
83
if: ${{ job.container == '' }}
84
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
85
with:
86
python-version: ${{ matrix.python.action }}
87
architecture: x64
@@ -107,7 +107,7 @@ jobs:
107
steps:
108
109
- name: Set up Python ${{ matrix.python.dotted }}
110
111
112
python-version: ${{ matrix.python.dotted }}
113
0 commit comments