Skip to content

Commit 8ad3703

Browse files
authored
Merge branch 'main' into renovate/python-3.x
2 parents c0d2ef6 + a3cff2c commit 8ad3703

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.14'
2929

3030
- name: Install uv
31-
uses: astral-sh/setup-uv@v3
31+
uses: astral-sh/setup-uv@v7
3232

3333
- name: Install dependencies
3434
run: |

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
version: 0.9.12
27+
version: 0.9.16
2828
enable-cache: true
2929
cache-dependency-glob: "uv.lock"
3030
- name: Install the project

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
enable-cache: true
4242
cache-dependency-glob: "uv.lock"
43-
version: 0.9.12
43+
version: 0.9.16
4444

4545
- name: Change Package Version
4646
run: |

0 commit comments

Comments
 (0)