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 e2ac8ff commit 9cb4647Copy full SHA for 9cb4647
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: clone the repository
23
uses: actions/checkout@v5
24
- name: setup python
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: "${{ matrix.python-version }}"
28
- name: upgrade pip
0 commit comments