Skip to content

Commit 34b0586

Browse files
authored
Merge pull request #37 from josacar/master
Use ruby/setup-ruby action when releasin gem
2 parents 9368198 + b2df514 commit 34b0586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Ruby 3.2
21-
uses: actions/setup-ruby@v1
21+
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: 3.2
2424

0 commit comments

Comments
 (0)