Skip to content

Commit 65fe18e

Browse files
chore(deps): bump astral-sh/setup-uv from 5 to 6 in the actions group (#848)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4276414 commit 65fe18e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Disable jupyter-builder build hook because not needed for linting/formatting, and requires pnpm
2323
- run: |
2424
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
25-
- uses: astral-sh/setup-uv@v5
25+
- uses: astral-sh/setup-uv@v6
2626
with:
2727
version: "0.6.x"
2828
- run: |
@@ -37,7 +37,7 @@ jobs:
3737
# Disable jupyter-builder build hook because not needed for typechecking, and requires pnpm
3838
- run: |
3939
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
40-
- uses: astral-sh/setup-uv@v5
40+
- uses: astral-sh/setup-uv@v6
4141
with:
4242
version: "0.6.x"
4343
- run: uv run mypy
@@ -59,7 +59,7 @@ jobs:
5959
- uses: pnpm/action-setup@v4
6060
with:
6161
run_install: true
62-
- uses: astral-sh/setup-uv@v5
62+
- uses: astral-sh/setup-uv@v6
6363
with:
6464
version: "0.6.x"
6565
- name: Run tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
with:
2727
run_install: true
28-
- uses: astral-sh/setup-uv@v5
28+
- uses: astral-sh/setup-uv@v6
2929
with:
3030
version: "0.6.x"
3131
- name: Create Release Pull Request or Publish

0 commit comments

Comments
 (0)