Skip to content

Commit

Permalink
ci: Change to the ruby/setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
sulami committed Feb 4, 2025
1 parent 64935c7 commit a54c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
version: '3.0'

Expand Down

0 comments on commit a54c81c

Please sign in to comment.