Skip to content

Commit

Permalink
Merge pull request #722 from marcjansen/ci-maintained-ruby-action
Browse files Browse the repository at this point in the history
Use a maintained GH action to setup ruby
  • Loading branch information
marcjansen committed Dec 16, 2022
2 parents 42a08b3 + 12c859d commit 9a3a5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: '8'

- name: Install ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if (test ! -d ext-6.2.0); then unzip -qo ext-6.2.0-gpl.zip; fi
- name: Install ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'

Expand Down

0 comments on commit 9a3a5f1

Please sign in to comment.