.github/workflows/main.yml in omniauth_openid_connect-0.6.0 vs .github/workflows/main.yml in omniauth_openid_connect-0.6.1
- old
+ new
@@ -12,16 +12,16 @@
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: ["2.5", "2.6", "2.7", "3.0", "3.1"]
+ ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2"]
name: Ruby ${{ matrix.ruby }}
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
@@ -49,10 +49,10 @@
rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true