Skip to content

Commit f713708

Browse files
authored
Replace deprecated actions/setup-ruby (#33)
1 parent 2526e01 commit f713708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push_gem.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Set up Ruby 2.6
16-
uses: actions/setup-ruby@v1
15+
- name: Set up Ruby 3.2
16+
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.6.x
18+
ruby-version: '3.2'
1919

2020
- name: Publish to RubyGems
2121
run: |

0 commit comments

Comments
 (0)