switch from actions/setup-ruby@v1 to ruby/setup-ruby@v1

This commit is contained in:
Alexander Meindl 2021-03-03 07:24:20 +01:00
parent e64940cff7
commit 98e6cf47ad

View File

@ -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