Update ruby/setup-ruby version to v1.255.0 in pr-checks template #3048
+1
−1
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.yml
to use:ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
This 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.py
script. 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.sh
to 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.