switch from actions/setup-ruby@v1 to ruby/setup-ruby@v1
This commit is contained in:
parent
e64940cff7
commit
98e6cf47ad
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
@ -78,20 +78,10 @@ jobs:
|
||||
libmysqlclient-dev
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: actions/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
||||
- name: Setup Cache
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: vendor
|
||||
key: v1-ruby-${{ matrix.ruby }}-redmine-${{ matrix.redmine }}
|
||||
|
||||
- name: Setup Bundler
|
||||
run: |
|
||||
gem install bundler -v '~> 1.0'
|
||||
bundle config path "$(pwd)/vendor/bundle"
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
|
||||
- name: Prepare Redmine source
|
||||
working-directory: redmine
|
||||
|
Loading…
Reference in New Issue
Block a user