Update ruby/setup-ruby version to v1.255.0 in pr-checks template#3048
Merged
henrymercer merged 2 commits intodependabot/github_actions/actions-332f575eaefrom Aug 19, 2025
Conversation
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] This PR updates the version of ruby/setup-ruby. Can you update the file in the pr-checks directory to match the version of setup-ruby used in
Update ruby/setup-ruby version to v1.255.0 in pr-checks template
Aug 19, 2025
.github/workflows/__rubocop-multi-language.yml, copying the comment too?
henrymercer
approved these changes
Aug 19, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the ruby/setup-ruby action version from v1.254.0 to v1.255.0 in the pr-checks template file to maintain consistency with the generated workflow file.
- Updates the ruby/setup-ruby action reference in the template file
- Ensures template and generated workflow files use the same version
- Maintains synchronization between template and generated files
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
46ec4d0
into
dependabot/github_actions/actions-332f575eae
256 checks passed
8 tasks
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.
This PR updates the ruby/setup-ruby action version in the pr-checks template to match the version already used in the generated workflow file.
Changes Made
Updated
pr-checks/checks/rubocop-multi-language.ymlto use:ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0This brings the template file in sync with the generated workflow file
.github/workflows/__rubocop-multi-language.yml, which was already using v1.255.0.Background
The workflow files in
.github/workflows/that start with__are automatically generated from template files in thepr-checks/checks/directory using thepr-checks/sync.pyscript. When the ruby/setup-ruby action was updated in the generated workflow, the corresponding template file needed to be updated to maintain consistency and ensure future regenerations use the correct version.Verification
pr-checks/sync.shto verify the sync process works correctly✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.