Skip to content

Commit b2c3572

Browse files
authored
chore: Use Ruby 3.0 for the release PR workflow (#429)
1 parent d3dc463 commit b2c3572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1
2323
with:
24-
ruby-version: 2.7
24+
ruby-version: "3.0"
2525
- name: Install dependencies
2626
run: |
2727
cd build-support

0 commit comments

Comments
 (0)