Skip to content

Commit 3488af1

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents cbdc122 + 68755c3 commit 3488af1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v6
2424
with:
2525
enable-cache: true
2626
cache-dependency-glob: uv.lock
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: Install uv and dependencies with doc-dependencies
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v6
4747
with:
4848
enable-cache: true
4949
cache-dependency-glob: uv.lock

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: Install uv and dependencies with doc-dependencies
42-
uses: astral-sh/setup-uv@v5
42+
uses: astral-sh/setup-uv@v6
4343
with:
4444
enable-cache: true
4545
cache-dependency-glob: uv.lock

0 commit comments

Comments
 (0)