Skip to content

Commit 9200eb4

Browse files
committed
Fix gem publish action
1 parent 3fc20e8 commit 9200eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Ruby 3.0
17-
uses: actions/setup-ruby@v1
17+
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: 3.0.x
2020

0 commit comments

Comments
 (0)