Skip to content

ci: Update Action versions to clear annotation warnings#6

Merged
alanbchristie merged 2 commits into
mainfrom
ci/update-action-versions
Jul 6, 2026
Merged

ci: Update Action versions to clear annotation warnings#6
alanbchristie merged 2 commits into
mainfrom
ci/update-action-versions

Conversation

@claude-im

Copy link
Copy Markdown
Contributor

Summary

Clears the two annotation warnings on the test workflow:

  1. Node.js 20 deprecation — bumps actions/checkout@v4@v7 and astral-sh/setup-uv@v6@v8, both of which run on Node 24.
  2. Unexpected input(s) 'python-version-file' — that key isn't a valid setup-uv input. Removed the with: block entirely; uv run reads .python-version (3.12) and downloads the interpreter itself, so behaviour is unchanged.

Test plan

  • CI should run green on this PR with no annotation warnings.

🤖 Generated with Claude Code

claude-im and others added 2 commits July 6, 2026 22:09
Bumps actions/checkout to v7 and astral-sh/setup-uv to v8 (Node 24)
to clear the Node.js 20 deprecation warning, and removes the
invalid 'python-version-file' input — uv reads .python-version at
`uv run` time and fetches the interpreter itself.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
setup-uv does not maintain a moving 'v8' major tag, only full
version tags, so 'v8' failed to resolve. Pin to v8.3.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@alanbchristie alanbchristie merged commit 17dc8b2 into main Jul 6, 2026
2 checks passed
@alanbchristie alanbchristie deleted the ci/update-action-versions branch July 6, 2026 21:11
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