Skip to content

Commit

Permalink
Replace deprecated ruby action with active one
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHirapara authored Feb 6, 2023
1 parent f3a07a9 commit 3443012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- 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

Expand Down

0 comments on commit 3443012

Please sign in to comment.