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 5370728 commit 848e488Copy full SHA for 848e488
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: clone the repository
18
uses: actions/checkout@v4
19
- name: setup python
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: "${{ matrix.python-version }}"
23
- name: upgrade pip
0 commit comments