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 48bf2c0 commit 4d5b8d9Copy full SHA for 4d5b8d9
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- name: Set up Python
11
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
12
with:
13
python-version: "3.13"
14
- name: Install Python dependencies
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments