Release 0.64.0 - #383
Merged
Merged
Conversation
Bumps the pinned action image tag and README examples to 0.64.0, which ships the pip-compile dependency management migration (PR #380). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the 0.64.0 maintenance release by bumping the published Docker image tag and updating README usage examples to reference the new action version.
Changes:
- Update
action.ymlto usedocker://jonasbn/github-action-spellcheck:0.64.0. - Update pinned
uses: rojopolis/spellcheck-github-actions@…references inREADME.mdfrom0.63.1to0.64.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Bumps pinned uses: examples to 0.64.0 (and includes a YAML indentation issue in one example). |
| action.yml | Updates the action’s pinned Docker image tag to 0.64.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
267
to
269
| - name: Spellcheck | ||
| uses: rojopolis/spellcheck-github-actions@0.63.1 | ||
| uses: rojopolis/spellcheck-github-actions@0.64.0 | ||
| with: |
Addresses GitHub Copilot's review comment on PR #383: the "Specify a PySpelling Output Artifact" example indented its steps list items at the same level as steps: instead of one level deeper, unlike every other workflow example in this file. Verified with a YAML parser that the original was actually valid YAML (same-level block sequences are legal) — this is a consistency fix, not a validity fix. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
0.64.0, a maintenance release shipping PR Adopt pip-compile for Python dependency management #380 (pip-compile dependency management migration).action.yml's pinned image tag from0.63.1to0.64.0.uses: rojopolis/spellcheck-github-actions@0.63.1references inREADME.mdto@0.64.0(the two@v0floating references are intentionally left untouched).CHANGELOG.mdalready has the0.64.0entry (added alongside PR Adopt pip-compile for Python dependency management #380).Test plan
pre-commit runon the changed filesperl scripts/build.pl 0.64.0to tag and push to GitHub/DockerHubCLAUDE.md→ Releasing → Wiki)🤖 Generated with Claude Code