Skip to content

Commit a1e7f80

Browse files
chore(deps): bump astral-sh/setup-uv from 4 to 5 in the actions group
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 4 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39ecae4 commit a1e7f80

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@v4
25+
- uses: astral-sh/setup-uv@v5
2626
with:
2727
version: "0.5.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@v4
40+
- uses: astral-sh/setup-uv@v5
4141
with:
4242
version: "0.5.x"
4343
- run: uv run mypy
@@ -58,7 +58,7 @@ jobs:
5858
- uses: pnpm/action-setup@v4
5959
with:
6060
run_install: true
61-
- uses: astral-sh/setup-uv@v4
61+
- uses: astral-sh/setup-uv@v5
6262
with:
6363
version: "0.5.x"
6464
- 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@v4
28+
- uses: astral-sh/setup-uv@v5
2929
with:
3030
version: "0.5.x"
3131
- name: Create Release Pull Request or Publish

0 commit comments

Comments
 (0)