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.
2 parents b579bc2 + 6565c68 commit 20e150fCopy full SHA for 20e150f
.github/workflows/rubocop.yml
@@ -4,7 +4,7 @@ jobs:
4
rubocop:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
8
- uses: ruby/setup-ruby@v1
9
with:
10
ruby-version: 3.1
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- os: windows-latest
21
version: jruby
22
23
24
25
submodules: true
26
0 commit comments