.github/workflows/main.yml in rgot-1.1.0 vs .github/workflows/main.yml in rgot-1.2.0
- old
+ new
@@ -12,16 +12,15 @@
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- - '2.6.10'
- - '2.7.6'
- - '3.0.4'
- - '3.1.2'
+ - '2.7.7'
+ - '3.0.5'
+ - '3.1.3'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true