template/actions/.github/workflows/development.yml in bake-modernize-0.4.3 vs template/actions/.github/workflows/development.yml in bake-modernize-0.4.4

- old
+ new

@@ -32,10 +32,10 @@ ruby: head experimental: true steps: - uses: actions/checkout@v2 - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@master with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests