Skip to content

Commit e5ad4d1

Browse files
committed
Use ruby 2.7
1 parent f5f1403 commit e5ad4d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gempush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Ruby 2.7
16-
uses: ruby/setup-ruby
16+
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.7.x
18+
ruby-version: '2.7'
1919
- name: Check release validity
2020
run: sh .github/scripts/check-release.sh
2121
- name: Publish to RubyGems

0 commit comments

Comments
 (0)