Skip to content

Commit

Permalink
Use ruby/setup-ruby action in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Dec 17, 2024
1 parent 4717785 commit dd09ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

Expand Down

0 comments on commit dd09ff0

Please sign in to comment.