Add ruby/setup-ruby@v1 to Generate-PR workflow. (#14047)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2026-01-05 15:07:53 -05:00
committed by GitHub
parent 52a45cfd3a
commit 36d215f068

View File

@@ -453,6 +453,9 @@ jobs:
else
echo "No Changed Files."
fi
- uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.0'
- name: Create Pull Request
env:
CHANGED_GITHUB_CONFIG_FILES: ${{ steps.changed-files.outputs.github_all_changed_files }}