.github/workflows/ci.yml in elm-compiler-0.4.0 vs .github/workflows/ci.yml in elm-compiler-0.5.0

- old
+ new

@@ -7,10 +7,10 @@ matrix: ruby: [ 2.7, '3.0', '3.1' ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake