Update GitHub Action Versions#190
Conversation
ReviewThis is a routine, automated dependency-update PR (from
Code quality / conventions: Consistent with the existing style in this repo — all third-party actions here are pinned to tag versions rather than commit SHAs, and this PR follows that same pattern. No structural or formatting issues. Bugs: None. The diff is a pure version bump with no logic changes; workflow structure, inputs, and secrets usage are untouched. Security: Worth flagging (pre-existing, not introduced by this PR): actions are pinned to mutable version tags (e.g. Performance: No impact — these are CI-only version bumps. Test coverage: N/A — no testable logic changed. Recommend just confirming CI passes on this PR (workflow syntax lint / a normal run) before merging, since that's the only real validation needed for an action-version bump. Overall: looks safe to merge as-is. |
GitHub Actions Version Updates