.github/workflows/test.yml in grape-app-0.10.1 vs .github/workflows/test.yml in grape-app-0.11.0
- old
+ new
@@ -14,10 +14,10 @@
ruby-version: ["2.7", "3.0", "3.1"]
gemfiles: ["Gemfile", "Gemfile.rails6"]
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake