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 4deaceb commit f3fb182Copy full SHA for f3fb182
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
ref: ${{ github.event.pull_request.head.sha }}
27
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
30
with:
31
python-version: ${{ matrix.python-version }}
32
0 commit comments