Skip to content

Commit f8d8629

Browse files
authored
Update gem-push.yml
1 parent 613bc33 commit f8d8629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gem-push.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@v3
1515
- name: Set up Ruby 2.6
16-
uses: actions/setup-ruby@v1
16+
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.6
18+
ruby-version: '2.6'
1919

2020
- name: Publish to RubyGems
2121
run: |

0 commit comments

Comments
 (0)