Skip to content

Commit 25e8b2b

Browse files
authored
Merge branch 'main' into renovate/actions-checkout-6.x
2 parents 9718493 + acb68a5 commit 25e8b2b

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ permissions:
1414
pages: write
1515
id-token: write
1616

17-
concurrency:
18-
group: "pages"
19-
cancel-in-progress: true
20-
2117
jobs:
2218
build:
2319
runs-on: ubuntu-latest
@@ -27,12 +23,12 @@ jobs:
2723
uses: actions/checkout@v6
2824

2925
- name: Set up Python
30-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
3127
with:
3228
python-version: '3.12'
3329

3430
- name: Install uv
35-
uses: astral-sh/setup-uv@v3
31+
uses: astral-sh/setup-uv@v7
3632

3733
- name: Install dependencies
3834
run: |
@@ -80,3 +76,4 @@ jobs:
8076
- name: Deploy to GitHub Pages
8177
id: deployment
8278
uses: actions/deploy-pages@v4
79+

.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)