Skip to content

docs: document GitHub Actions version convention#113

Merged
markshust merged 1 commit into
developfrom
feature/document-action-version-convention
Jun 3, 2026
Merged

docs: document GitHub Actions version convention#113
markshust merged 1 commit into
developfrom
feature/document-action-version-convention

Conversation

@markshust
Copy link
Copy Markdown
Collaborator

Summary

Follow-up to #112. Documents in CONTRIBUTING.md how to pick versions when adding or editing files under .github/workflows/: pin to the latest stable major (currently @v6), match sibling workflows in the repo, no floating refs.

Includes a one-liner contributors can run to see what's currently in use:

grep -rh 'uses: actions/' .github/workflows/ | sort -u

Test plan

  • CONTRIBUTING.md renders correctly on GitHub

Adds a short "GitHub Actions" section to CONTRIBUTING.md covering
how to pick action versions for new and edited workflows: pin to
the latest stable major (currently v6), match what's already used
across sibling workflows, no floating refs.

Prompted by PR #112 — a new workflow shipped with checkout@v4
(Node 20, deprecated) while every other workflow in the repo was
already on @v6. Documenting the convention so it stops recurring.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 3, 2026
@markshust markshust merged commit c7e295d into develop Jun 3, 2026
1 check passed
@markshust markshust deleted the feature/document-action-version-convention branch June 3, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant