Skip to content

Commit

Permalink
chore: fix ci action for setting up ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed Feb 28, 2023
1 parent 1cffe86 commit 5a938f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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 GPR
run: |
Expand Down

0 comments on commit 5a938f4

Please sign in to comment.