Open
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates several GitHub Actions used in the CI/CD workflows to newer major versions, keeping workflows functionally equivalent while modernizing the underlying action implementations. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2d2fe99. Configure here.
2d2fe99 to
c3b3441
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

https://github.com/actions/checkout/releases: 6
https://github.com/actions/upload-artifact/releases: 5
https://github.com/svenstaro/upload-release-action/releases: 2
https://github.com/actions/cache/releases: 1
https://github.com/actions/setup-python/releases: 1
https://github.com/anthropics/claude-code-base-action/releases: 1
https://github.com/astral-sh/setup-uv/releases: 1
https://github.com/aws-actions/configure-aws-credentials/releases: 1
https://github.com/docker/login-action/releases: 1
https://github.com/docker/setup-buildx-action/releases: 1
https://github.com/docker/setup-qemu-action/releases: 1
https://github.com/jlumbroso/free-disk-space/releases: 1
https://github.com/oven-sh/setup-bun/releases: 1
This pull request could be automated via Dependabot, etc.
Summary by Sourcery
Update GitHub Actions workflows to use newer versions of core actions and tooling.
Build:
CI:
Note
Low Risk
Low risk version bumps in GitHub Actions workflows, but CI/build/deploy behavior could change subtly due to upstream action updates.
Overview
Updates GitHub Actions workflows to newer major versions of core actions used across CI and release automation.
In
test-and-deploy.yml, bumpsactions/checkout,actions/setup-python,astral-sh/setup-uv,actions/upload-artifact,actions/cache, and Docker setup/login actions, plusaws-actions/configure-aws-credentials, affecting test runs, Docker build/push, artifact uploads, and release uploads. Similaractions/checkoutbump is applied to the duplicate issue detection and submodule sync workflows.Reviewed by Cursor Bugbot for commit c3b3441. Bugbot is set up for automated code reviews on this repo. Configure here.