Fix invalid setup-uv action version#188
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
This is a clean, low-risk workflow fix. The change is narrowly scoped to the three invalid astral-sh/setup-uv references and I don't see any bugs, regressions, or maintainability issues in the diff provided.
|
Thrilled to see this merged, @glenn-jocher — thank you for the thoughtful CI refinement here! As Benjamin Franklin said, “An ounce of prevention is worth a pound of cure,” and this rollback to |
Summary
astral-sh/setup-uvfrom@v8to@v7in release workflowsTesting
rg -n --hidden --no-ignore 'astral-sh/setup-uv@v8' /Users/glennjocher/PycharmProjects🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
🔧 This PR updates the GitHub publish workflow to use
astral-sh/setup-uv@v7instead of@v8, likely to improve workflow stability and compatibility.📊 Key Changes
astral-sh/setup-uv@v8withastral-sh/setup-uv@v7in.github/workflows/publish.yml.🎯 Purpose & Impact
setup-uv@v8, likely by reverting to a more reliable or compatible version. ✅