Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5 (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
dependabot[bot] and glenn-jocher authored Jan 1, 2025
1 parent b29a958 commit 0fe37d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --system --no-cache ultralytics-actions
- id: check_pypi
shell: python
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --system --no-cache build
- run: python -m build
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- name: Install Dependencies
# Note tomli required for codespell with pyproject.toml
# sudo env "PATH=$PATH" uv pip install --system git+https://github.com/ultralytics/actions@main codespell tomli
Expand Down

0 comments on commit 0fe37d8

Please sign in to comment.