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 f06f193 commit d390c3aCopy full SHA for d390c3a
1 file changed
.github/workflows/test.yaml
@@ -16,8 +16,8 @@ jobs:
16
- "3.13"
17
- "3.14"
18
steps:
19
- - uses: actions/checkout@v4
20
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
cache: pip
0 commit comments