We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd2bc2 commit 93df66aCopy full SHA for 93df66a
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v2
24
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
27
with:
28
python-version: ${{ matrix.python-version }}
29
0 commit comments