Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4.2.0 to 5.1.0 in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `astral-sh/setup-uv` from 4.2.0 to 5.1.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v4.2.0...v5.1.0)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and insolor committed Jan 1, 2025
1 parent a07bebf commit 1fa0d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dict-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: 3.12

- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
uses: astral-sh/setup-uv@v5.1.0
with:
version: "latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-hook-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: 3.12

- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
uses: astral-sh/setup-uv@v5.1.0
with:
version: "latest"

Expand Down

0 comments on commit 1fa0d2d

Please sign in to comment.