Skip to content

Commit 3915863

Browse files
authored
ci: fix This action is deprecated and is no longer maintained.
1 parent bdd4ead commit 3915863

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gem-push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Ruby 2.6
15-
uses: actions/setup-ruby@v1
14+
- uses: ruby/setup-ruby@v1
1615
with:
17-
ruby-version: 2.6.x
16+
ruby-version: 2.6
1817
- name: Publish to RubyGems
1918
run: |
2019
mkdir -p $HOME/.gem

0 commit comments

Comments
 (0)