File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : " 3.13.2 "
22+ python-version : " 3.13.5 "
2323
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : ' 3.13.2 '
20+ python-version : ' 3.13.5 '
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266266 - name: Set up Python
267267 uses: actions/setup-python@v5
268268 with:
269- python-version: "3.13.2 "
269+ python-version: "3.13.5 "
270270
271271 - name: Install uv
272272 uses: astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments