fix: pin ruby action to specific version #8491
Merged
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.
Pin Ruby action to specific version until Lambda Buidlers support
bundler4.0.0Which issue(s) does this change fix?
SAM CLI integration tests use a ruby GitHub action to set up ruby to check that building ruby works correctly. However, Lambda Builders doesn't support
bundler4.0.0 yet. So the tests are failing when trying to use the latest version.Why is this change necessary?
Integ tests are failing without this
How does it address the issue?
Pins the version of ruby GitHtub action, to before they updated to use bundler 4.0.0
diff: ruby/setup-ruby@v1.268.0...v1.269.0
What side effects does this change have?
None
Mandatory Checklist
PRs will only be reviewed after checklist is complete
make prpassesmake update-reproducible-reqsif dependencies were changedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.