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 d0cabe8 commit b66038eCopy full SHA for b66038e
.github/workflows/ci.yml
@@ -12,9 +12,9 @@ jobs:
12
matrix:
13
python-version: ["3.10", "3.11", "3.12", "3.13"]
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
0 commit comments