Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ruby/setup-ruby action #53

Merged
merged 1 commit into from
Feb 18, 2025
Merged

update ruby/setup-ruby action #53

merged 1 commit into from
Feb 18, 2025

Conversation

GrantBirki
Copy link
Member

This pull request updates the ruby/setup-ruby Action step as it is out-of-date and causing CI to fail on other PRs:

https://github.com/github/entitlements-app/actions/runs/13397386983/job/37419723765?pr=52

@Copilot Copilot bot review requested due to automatic review settings February 18, 2025 18:22

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This pull request updates the ruby/setup-ruby Action in multiple GitHub workflow files to use a newer commit hash (v1.221.0) in order to fix CI failures.

  • Updates commit hash from 1198b074305f9356bd56dd4b311757cc0dab2f1c (v1.175.1) to 32110d4e311bd8996b2a82bf2a43b714ccc91777 (v1.221.0) in the following workflow files:
    • acceptance.yml
    • test.yml
    • lint.yml
    • build.yml
    • release.yml

Changes

File Description
.github/workflows/acceptance.yml Updated ruby/setup-ruby commit hash to pin v1.221.0
.github/workflows/test.yml Updated ruby/setup-ruby commit hash to pin v1.221.0
.github/workflows/lint.yml Updated ruby/setup-ruby commit hash to pin v1.221.0
.github/workflows/build.yml Updated ruby/setup-ruby commit hash to pin v1.221.0
.github/workflows/release.yml Updated ruby/setup-ruby commit hash to pin v1.221.0

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

@GrantBirki GrantBirki added the dependencies Pull requests that update a dependency file label Feb 18, 2025
@GrantBirki GrantBirki merged commit f221779 into main Feb 18, 2025
17 checks passed
@GrantBirki GrantBirki deleted the update-setup-ruby branch February 18, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants