Skip to content

Commit 302a807

Browse files
authored
Merge pull request #59 from clio/update-publish-action
Fix gem publish action
2 parents 3fc20e8 + 9200eb4 commit 302a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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