Skip to content

Commit

Permalink
bump ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavisn committed Jun 24, 2024
1 parent fccd05e commit 7f97fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ runs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Ruby 2.7.4
- name: Set up Ruby 3.0.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
ruby-version: 3.0.3
- run: |
git clone https://${{ inputs.git-token }}@github.com/oncarrot/harold.git --depth 5
cd harold
Expand Down

0 comments on commit 7f97fff

Please sign in to comment.