Skip to content

Conversation

@tsvikas
Copy link
Owner

@tsvikas tsvikas commented Nov 24, 2025

Update actions/checkout from v5 to v6 across all GitHub workflow files in both the repository and template to use the latest version.

Files updated:

  • .github/workflows/uv-tests.yml
  • project_name/.github/workflows/ci.yml.jinja
  • project_name/.github/workflows/weekly-ci.yml.jinja
  • project_name/.github/workflows/build-and-publish.yml.jinja

Summary by Sourcery

CI:

  • Bump actions/checkout from v5 to v6 across all CI, test, and publish workflows, including the project template workflows.

Update actions/checkout from v5 to v6 across all GitHub workflow files in both the repository and template to use the latest version.

Files updated:
- .github/workflows/uv-tests.yml
- project_name/.github/workflows/ci.yml.jinja
- project_name/.github/workflows/weekly-ci.yml.jinja
- project_name/.github/workflows/build-and-publish.yml.jinja
@sourcery-ai
Copy link

sourcery-ai bot commented Nov 24, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR bumps all usages of the GitHub Actions checkout action from v5 to v6 across the main repo workflow and the project template workflows, without changing any other workflow behavior or configuration.

File-Level Changes

Change Details Files
Upgrade actions/checkout from v5 to v6 in the root repository workflow.
  • Update the pre-commit job to use actions/checkout@v6 while preserving persist-credentials: false.
  • Update the uv-tests matrix job to use actions/checkout@v6 while preserving existing uv setup and test steps.
.github/workflows/uv-tests.yml
Upgrade actions/checkout from v5 to v6 in the project CI workflow template.
  • Change all CI jobs (format-python, ruff-check, pre-commit, mypy, dependencies) to use actions/checkout@v6.
  • Update all test matrix jobs to use actions/checkout@v6 while keeping environment, setup-uv, and pytest steps unchanged.
  • Ensure the coverage upload job continues to use the same configuration with actions/checkout@v6.
project_name/.github/workflows/ci.yml.jinja
Upgrade actions/checkout from v5 to v6 in the weekly CI workflow template.
  • Update the weekly tests job to use actions/checkout@v6 while keeping timeout and uv setup intact.
  • Update the additional weekly job (e.g., dependency or extra checks) to use actions/checkout@v6 with unchanged steps and timeouts.
project_name/.github/workflows/weekly-ci.yml.jinja
Upgrade actions/checkout from v5 to v6 in the build-and-publish workflow template.
  • Change the build-and-publish job to use actions/checkout@v6 before running the build-and-inspect-python-package action, keeping all other job configuration the same.
project_name/.github/workflows/{% if in_pypi %}build-and-publish.yml{% endif %}.jinja

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@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 there - I've reviewed your changes and they look great!


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 af18e0d into main Nov 24, 2025
5 checks passed
@tsvikas tsvikas deleted the claude/update-checkout-action-01QiL2TbHq5s3GLitCDfCQ3S branch November 24, 2025 23:45
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.

3 participants