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 633c70e commit dc16cd1Copy full SHA for dc16cd1
.github/workflows/pull_request.yml
@@ -10,7 +10,7 @@ jobs:
10
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
11
name: Ruby v${{ matrix.ruby }}
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- uses: ruby/setup-ruby@v1
15
with:
16
ruby-version: ${{ matrix.ruby }}
0 commit comments