template/actions/.github/workflows/development.yml in bake-modernize-0.4.5 vs template/actions/.github/workflows/development.yml in bake-modernize-0.4.6
- old
+ new
@@ -15,10 +15,11 @@
ruby:
- 2.5
- 2.6
- 2.7
+ - 3.0
experimental: [false]
env: [""]
include:
@@ -32,10 +33,10 @@
ruby: head
experimental: true
steps:
- uses: actions/checkout@v2
- - uses: ruby/setup-ruby@master
+ - uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run tests