Skip to content

Commit

Permalink
chore(deps): bump astral-sh/setup-uv from 4 to 5 in the actions group
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 6a5bf6c commit 6b7fd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Disable jupyter-builder build hook because not needed for linting/formatting, and requires pnpm
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"
- run: |
Expand All @@ -37,7 +37,7 @@ jobs:
# Disable jupyter-builder build hook because not needed for typechecking, and requires pnpm
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"
- run: uv run mypy
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: true
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"
- name: Create Release Pull Request or Publish
Expand Down

0 comments on commit 6b7fd9c

Please sign in to comment.