We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d76d5a + cd050a4 commit a6c92b4Copy full SHA for a6c92b4
.github/workflows/rubocop.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- name: Set up Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/ruby.yml
@@ -71,7 +71,7 @@ jobs:
71
continue-on-error: ${{ matrix.channel != 'stable' }}
72
73
74
75
76
77
0 commit comments