We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36a97b commit 6f17ddaCopy full SHA for 6f17dda
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
continue-on-error: ${{ matrix.ruby == 'head'}}
49
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}${{ matrix.gemfile != 'no_rails' && ', ' || '' }}${{ matrix.gemfile != 'no_rails' && matrix.gemfile || '' }})
50
steps:
51
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
52
- uses: ruby/setup-ruby@v1
53
with:
54
ruby-version: ${{ matrix.ruby }}
@@ -67,7 +67,7 @@ jobs:
67
runs-on: windows-2022
68
name: Ruby ${{ matrix.ruby }} (windows-2022)
69
70
71
72
73
0 commit comments