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 27afd41 + e1ea193 commit 38e3b3eCopy full SHA for 38e3b3e
.github/workflows/rubocop.yml
@@ -10,7 +10,7 @@ jobs:
10
rubocop:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: ruby/setup-ruby@v1
15
with:
16
ruby-version: 3.2
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- os: windows-latest
28
version: jruby
29
30
31
32
submodules: true
33
0 commit comments