.github/workflows/ruby.yml in did_you_mean-1.6.1 vs .github/workflows/ruby.yml in did_you_mean-1.6.2

- old
+ new

@@ -13,11 +13,11 @@ runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.5', '2.6', '2.7', '3.0', 'ruby-head', 'jruby-9.2', 'jruby-head' ] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Build and test with Rake run: | @@ -25,10 +25,10 @@ RUBYOPT='--disable-did_you_mean' rake benchmark: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.1 - name: Test performance and accuracy run: |