Skip to content

Commit 174e967

Browse files
authored
Upgrade Ruby version to 3.0 for release-pr worrkflow (#3526)
1 parent dabb4bc commit 174e967

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.161.0
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)