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 2bfc363 + dcbae17 commit af27f0aCopy full SHA for af27f0a
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
rubocop:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: ruby/setup-ruby@v1
15
with:
16
ruby-version: 3.3
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
submodules: true
29
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- ruby-head
19
20
21
22
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
0 commit comments