Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated uv to v0.4.5 #189

Merged
merged 2 commits into from
Sep 5, 2024
Merged

feat: updated uv to v0.4.5 #189

merged 2 commits into from
Sep 5, 2024

Conversation

TeKrop
Copy link
Owner

@TeKrop TeKrop commented Sep 5, 2024

Summary by Sourcery

Update the CI workflow to use a new method for setting up uv by switching from a curl command to the 'astral-sh/setup-uv@v1' GitHub Action, and update the uv version to 0.4.5.

CI:

  • Update the CI workflow to use the 'astral-sh/setup-uv@v1' action for setting up uv, replacing the previous curl command.

@TeKrop TeKrop added the dependencies Pull requests that update a dependency file label Sep 5, 2024
@TeKrop TeKrop self-assigned this Sep 5, 2024
Copy link
Contributor

sourcery-ai bot commented Sep 5, 2024

Reviewer's Guide by Sourcery

This pull request updates the uv tool to version 0.4.5 in the GitHub Actions workflow. The main change is in the installation method of uv, switching from a curl-based installation to using the official setup-uv action.

File-Level Changes

Change Details Files
Updated uv version and installation method in GitHub Actions workflow
  • Changed uv version from 0.4.0 to 0.4.5
  • Replaced curl-based installation with official setup-uv action
  • Added version parameter to setup-uv action
.github/workflows/build.yml

Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @TeKrop - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

Copy link

sonarcloud bot commented Sep 5, 2024

@TeKrop TeKrop merged commit 04eca3e into main Sep 5, 2024
3 checks passed
@TeKrop TeKrop deleted the feat/update-uv-0.4.5 branch September 5, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant