Skip to content

Commit

Permalink
ci: fix This action is deprecated and is no longer maintained.
Browse files Browse the repository at this point in the history
  • Loading branch information
thde authored Dec 22, 2022
1 parent bdd4ead commit 3915863
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6
- name: Publish to RubyGems
run: |
mkdir -p $HOME/.gem
Expand Down

0 comments on commit 3915863

Please sign in to comment.