We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e3ad6 + 593c2ff commit f454187Copy full SHA for f454187
1 file changed
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
name: RuboCop
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
11
- uses: ruby/setup-ruby@v1
12
with:
13
ruby-version: "3.2"
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
ruby: ["3.1", "3.2", "3.3"]
24
25
26
27
28
ruby-version: ${{ matrix.ruby }}
0 commit comments