We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5ae83 commit 8212a32Copy full SHA for 8212a32
.github/workflows/ruby.yml
@@ -21,7 +21,7 @@ jobs:
21
name: RuboCop
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
25
- uses: ruby/setup-ruby@v1
26
with:
27
ruby-version: '3.4'
@@ -47,7 +47,7 @@ jobs:
47
- truffleruby-head
48
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
49
50
51
52
53
ruby-version: ${{ matrix.ruby }}
0 commit comments