We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0173716 commit e23f198Copy full SHA for e23f198
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ jobs:
14
- "3.13"
15
name: Python ${{ matrix.python_version }}
16
steps:
17
- - uses: actions/checkout@v4
18
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v5
+ - uses: actions/setup-python@v6
19
with:
20
python-version: ${{ matrix.python_version }}
21
- name: Install dependencies
0 commit comments