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 358dc9b commit be09eddCopy full SHA for be09edd
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
python-version: ${{ matrix.python-version }}
41
- name: Install uv
42
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v7
43
44
enable-cache: true
45
cache-dependency-glob: "pyproject.toml"
.github/workflows/gh-pages.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Set up Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
19
python-version: '3.14'
20
0 commit comments