Skip to content

Commit

Permalink
Update setup ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Mar 29, 2023
1 parent 0d683f9 commit ff92bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-tools.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
path: .commit/tools

- name: Setup ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
path: .commit/tools

- name: Setup ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'

Expand Down

0 comments on commit ff92bc7

Please sign in to comment.