Skip to content

Bump actions/checkout to v6 and ruff to 0.15.8#13

Merged
finallyjay merged 1 commit intomainfrom
chore/bump-checkout-and-ruff
Mar 30, 2026
Merged

Bump actions/checkout to v6 and ruff to 0.15.8#13
finallyjay merged 1 commit intomainfrom
chore/bump-checkout-and-ruff

Conversation

@finallyjay
Copy link
Copy Markdown
Owner

Summary

  • Upgrade actions/checkout from v4 to v6 (node 24 runtime, improved credential handling)
  • Upgrade ruff from 0.4.10 to 0.15.8 in requirements-dev.txt and .pre-commit-config.yaml

Replaces Dependabot PRs #6 and #11 which could not be auto-merged (workflow scope and conflicts respectively).

Test plan

  • CI pipeline runs successfully with new action versions
  • ruff check . passes with new version

🤖 Generated with Claude Code

- Upgrade actions/checkout from v4 to v6 (node 24 runtime)
- Upgrade ruff from 0.4.10 to 0.15.8 in requirements-dev and pre-commit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 30, 2026 00:08
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates CI and developer tooling dependencies to newer versions to keep the repo’s automation and linting/formatting workflow current.

Changes:

  • Bump actions/checkout from v4 to v6 in the CI workflow.
  • Bump ruff from 0.4.10 to 0.15.8 in both requirements-dev.txt and .pre-commit-config.yaml.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
requirements-dev.txt Pins ruff==0.15.8 for local/dev installs used by CI linting steps.
.pre-commit-config.yaml Updates ruff-pre-commit hook revision to v0.15.8 to match the intended Ruff version.
.github/workflows/ci.yml Uses actions/checkout@v6 across lint/test/docker jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@finallyjay finallyjay merged commit f2c9114 into main Mar 30, 2026
7 checks passed
@finallyjay finallyjay deleted the chore/bump-checkout-and-ruff branch March 30, 2026 00:10
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