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.
2 parents 408d201 + 36d2a9b commit 749c248Copy full SHA for 749c248
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.10", "3.11", "3.12", "3.13"]
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v6
@@ -71,7 +71,7 @@ jobs:
71
security:
72
runs-on: ubuntu-latest
73
74
75
76
- name: Set up Python
77
0 commit comments