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 cd67b6b commit 94b9e5dCopy full SHA for 94b9e5d
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v5
23
- name: Setup Python
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
with:
26
python-version: 3.9
27
cache: 'pip'
@@ -60,7 +60,7 @@ jobs:
60
61
62
- name: Setup Python ${{ matrix.pyver }}
63
64
65
python-version: ${{ matrix.pyver }}
66
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
python-version: 3.13
110
- name: Install dependencies
0 commit comments