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 d724f9d + b3ebab1 commit 711a36eCopy full SHA for 711a36e
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Rubocop
16
runs-on: 'ubuntu-latest'
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: ruby/setup-ruby@v1
20
with:
21
ruby-version: '3.3'
@@ -58,7 +58,7 @@ jobs:
58
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
59
env: ${{ matrix.env }}
60
61
- - uses: actions/checkout@v3
62
63
64
bundler: ${{ matrix.bundler || 2 }}
0 commit comments