Skip to content

Upgrade astral-sh/setup-uv action from v7 to v8#22

Merged
tsvikas merged 2 commits intomainfrom
claude/update-setup-uv-v8-s0eLq
Apr 8, 2026
Merged

Upgrade astral-sh/setup-uv action from v7 to v8#22
tsvikas merged 2 commits intomainfrom
claude/update-setup-uv-v8-s0eLq

Conversation

@tsvikas
Copy link
Copy Markdown
Owner

@tsvikas tsvikas commented Apr 8, 2026

Summary

This pull request upgrades the astral-sh/setup-uv GitHub Action from version 7 to version 8 across all CI/CD workflows.

Changes Made

  • Updated astral-sh/setup-uv action from v7 (commit 94527f2e458b27549849d47d273a16bec83a01e9) to v8 (commit cec208311dfd045dd5311c1add060b2062131d57) in:
    • .github/workflows/ci.yml.jinja (5 occurrences)
    • .github/workflows/weekly-ci.yml.jinja (2 occurrences)
    • .github/workflows/uv-tests.yml (1 occurrence)
    • .github/workflows/deps-update.yml (1 occurrence)

Implementation Details

All workflow files have been consistently updated to use the latest version of the setup-uv action. This ensures all CI/CD pipelines benefit from any improvements, bug fixes, or new features included in v8 of the action.

https://claude.ai/code/session_013iRPg1JdBnxw9CWKXvTiLe

Copy link
Copy Markdown

@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 - I've left some high level feedback:

  • The PR title and description focus on upgrading astral-sh/setup-uv, but the diff also updates the version comments for actions/github-script and peter-evans/create-pull-request; consider either calling those out explicitly or omitting them from this change for clarity.
  • Since the actions are pinned by commit SHA, using comments like # v8.0.0 can become misleading if the underlying ref is later associated with a different tag or if you update to v8.1 without changing the comment; consider standardizing on a more generic # v8 or a format that won’t drift from the actual tag.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The PR title and description focus on upgrading `astral-sh/setup-uv`, but the diff also updates the version comments for `actions/github-script` and `peter-evans/create-pull-request`; consider either calling those out explicitly or omitting them from this change for clarity.
- Since the actions are pinned by commit SHA, using comments like `# v8.0.0` can become misleading if the underlying ref is later associated with a different tag or if you update to `v8.1` without changing the comment; consider standardizing on a more generic `# v8` or a format that won’t drift from the actual tag.

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 and I'll use the feedback to improve your reviews.

@tsvikas tsvikas merged commit c492c43 into main Apr 8, 2026
5 checks passed
@tsvikas tsvikas deleted the claude/update-setup-uv-v8-s0eLq branch April 8, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants