mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Actions: Use the new action name [changelog skip] (#2109)
This action was transferred to ruby/setup-ruby: https://github.com/ruby/setup-ruby/releases/tag/v1.13.0
This commit is contained in:
parent
85cb0e91ba
commit
6f59df8dc0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: load ruby
|
||||
uses: eregon/use-ruby-action@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue