Skip to content

Update action references to remove explicit versioning for consistency#26

Merged
javidahmed64592 merged 1 commit intomainfrom
fix-actions
Mar 5, 2026
Merged

Update action references to remove explicit versioning for consistency#26
javidahmed64592 merged 1 commit intomainfrom
fix-actions

Conversation

@javidahmed64592
Copy link
Owner

This pull request updates all references to custom GitHub Actions in workflow and action files by removing the explicit @main branch specifier. This change makes the workflows use the default branch for each action, simplifying maintenance and ensuring consistency as the default branch evolves.

Updates to workflow job steps:

  • All custom action usages in .github/workflows/build.yml and .github/workflows/ci.yml have been changed to omit the @main tag, so they now reference the default branch for each action. [1] [2]

Updates to composite action steps:

  • In all custom composite actions under .github/actions/build/, .github/actions/ci/, and .github/actions/setup/, references to other local actions now omit @main, ensuring consistency and easier future updates. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

@javidahmed64592 javidahmed64592 merged commit 90b0b54 into main Mar 5, 2026
9 checks passed
@javidahmed64592 javidahmed64592 deleted the fix-actions branch March 5, 2026 22:27
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.

1 participant